Skip to content

Conversation

@mohsenari
Copy link
Collaborator

Summary

Title plus, removed remote-ssh dependency to allow publishing the extension in open-vsx marketplace.

Addresses #1619

I've been wanting to get this fixed for a while but with recent traction on vscode alternatives it makes sense to finally get this fix in.

How was it tested?

steps:

  1. compile devbox binary (devbox run build)
  2. update line 56 in vscode-extension/src/devbox.ts to the absolute path to compiled devbox binary
  3. have all 3 of cursor, vscodium and vscode installed
  4. have vsce installed globally (npm install -g vsce)
  5. in devbox/vscode-extension folder run: vsce package && code --install-extension devbox-0.1.6.vsix && cursor --install-extension devbox-0.1.6.vsix && codium --install-extension devbox-0.1.6.vsix
  6. quit any already open code editor, open it to refresh the editor with new installed extension
  7. cmd + shift + p and type devbox: reopen in devbox and hit enter in vscode, cursor, and vscodium
@mohsenari mohsenari requested review from Lagoja and savil September 27, 2024 21:41
@mohsenari mohsenari merged commit 2544163 into main Sep 27, 2024
27 checks passed
@mohsenari mohsenari deleted the mohsen--support-reopen-cursor-vscodium branch September 27, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants