arcsector / vscode-splunk-search-syntax

VScode syntax highlighting for SPL
MIT License
9 stars 6 forks source link

Doesn't work with PWA version of VSCode #5

Open fredclown opened 2 years ago

fredclown commented 2 years ago

It would be great if you were able to install this in the web version of vscode (https://vscode.dev). Currently when you try to install it in the web version it tells you it is not able to.

arcsector commented 2 years ago

Taking a look at this - no idea how much code we'd have to change though... It seems like it's possible that tying this extension with the SPL Highlighter is actually preventing it... Per VS Code's docs:

Extensions with only declarative contributions (only contributes, no main or browser) can be web extensions. They can be installed and run in VS Code for the Web without any modifications by the extension author. Examples of extensions with declarative contributions include themes, grammars, and snippets.