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

Test Remote Development and GitHub Codespaces Support #36

Open
ReeceHumphreys opened this issue Jan 22, 2024 · 0 comments
Open

Test Remote Development and GitHub Codespaces Support #36

ReeceHumphreys opened this issue Jan 22, 2024 · 0 comments
Labels

Comments

@ReeceHumphreys
Copy link
Contributor

We need to perform some testing (and probably bug fixing) for remote development and Codespace support. The Visual Studio Code documentation has an article which talks about potential pitfalls for extensions when running remotely.

The VS Code APIs are designed to automatically run on the correct machine (either local or remote) when called from both UI or Workspace Extensions. However, if your extension uses APIs not provided by VS Code — such using Node APIs or running shell scripts — it may not work properly when run remotely. We recommend that you test that all features of your extension work properly in both local and remote workspaces.

I believe we would fall into the "such using Node APIs or running shell scripts" case as we do launch the server process from the client via Node.js APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant