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

Support vscode extension as Web Extension #27

Open
bmingles opened this issue Jul 11, 2024 · 0 comments
Open

Support vscode extension as Web Extension #27

bmingles opened this issue Jul 11, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@bmingles
Copy link
Collaborator

Vscode extensions can be built to run in the browser version of vscode.
https://code.visualstudio.com/api/extension-guides/web-extensions

We should explore making this work for the vscode-deephaven extension. There's a few known challenges:

  1. Web extensions don't support import / require. Should be able to address this via an appropriate build configuration
  2. Web extensions will need to be able to talk to localhost DH servers which will likely introduce the need for CORS configuration
@bmingles bmingles added enhancement New feature or request triage labels Jul 11, 2024
@vbabich vbabich added this to the Backlog milestone Jul 16, 2024
@vbabich vbabich removed the triage label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants