-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
The browser version of vscode-objectscript does almost nothing: |
This should work in VSCodium and other "browser based" vscodes. Edit: Running 2.12.5 in code-server that works fine. |
@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. |
@isc-bsaviano Just edited, code-server is where I am running with success. I guess the original issue is vscode.dev? |
Yes, vscode.dev is a browser-only environment where this extension isn't supported. |
See https://community.intersystems.com/post/vscode-objectscript-github#comment-266991
The text was updated successfully, but these errors were encountered: