Arkaedan / vscode-epsilon

VS Code extension that provides highlighting for the Eclipse Epsilon languages and Emfatic
The Unlicense
3 stars 4 forks source link

Make vscode-epsilon a valid web extension #3

Closed kolovos closed 2 years ago

kolovos commented 2 years ago

As the extension now provides a main entry point but not a browser one, it is not a valid web extension and therefore it cannot be installed on web-based instances of VS Code (e.g. on github.dev).

Adding an extra "browser": "./out/extension.js" line to package.json should work as I can't see anything in the location detection code that shouldn't work in the browser, but I haven't tried it. If that fails, it may be worth pointing browser to a skeleton entrypoint until a better solution is found.

Arkaedan commented 2 years ago

Thanks @kolovos I have published this change in version 1.2.1. I have just checked and it is showing as available to install in the web version.