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

Lack of web compatibility blocks ObjectScript 2.12+ extension from being usable in the browser version of VS Code #232

Open
gjsjohnmurray opened this issue Jul 26, 2024 · 5 comments

Comments

@gjsjohnmurray
Copy link
Collaborator

See https://community.intersystems.com/post/vscode-objectscript-github#comment-266991

@isc-bsaviano
Copy link
Contributor

@nickmitchko
Copy link

nickmitchko commented Sep 4, 2024

This should work in VSCodium and other "browser based" vscodes.

Edit: Running 2.12.5 in code-server that works fine.

@isc-bsaviano
Copy link
Contributor

@nickmitchko This extension will definitely work with VSCodium. My comment above only applies to "VS Code(ium) in the web" where the extensions are running directly in the browser. This extension could be made to support that environment, but the vscode-objectscript extension does almost nothing in such an environment currently and the Language Server needs a node backend for the proprietary language parsers. Something like code-server, where the VS Code UI is accessed in a browser but the extensions themselves run on a server, is fully supported and provides the "browser based" user experience without the environment limitations.

@nickmitchko
Copy link

@isc-bsaviano Just edited, code-server is where I am running with success. I guess the original issue is vscode.dev?

@isc-bsaviano
Copy link
Contributor

Yes, vscode.dev is a browser-only environment where this extension isn't supported.

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

No branches or pull requests

3 participants