Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework code shim #118

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Rework code shim #118

merged 1 commit into from
Jul 11, 2024

Conversation

felipecrs
Copy link
Owner

@felipecrs felipecrs commented Jul 11, 2024

Highlights:

  • Fix opening remote ssh sessions since vscode changed ~/.vscode-server/bin to ~/.vscode-server/cli
  • Add support for --devcontainer on remote ssh and remote tunnel
  • Rename USE_NATIVE_CODE env var to NO_REMOTE
  • Fix cases where NO_REMOTE would not prevent use of remote sessions, like when ran from inside a vscode terminal
  • Avoid pruning non-working sockets to avoid messing with vscode (they should clean up them, not us)
  • Several other minor fixes and improvements
  • Better logging
  • Better error handling

@felipecrs felipecrs force-pushed the rework-code-shim branch 3 times, most recently from 7fc3411 to e7991f1 Compare July 11, 2024 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant