lexical-lsp / vscode-lexical

VSCode extension for Lexical, the modern Elixir language server
Apache License 2.0
36 stars 6 forks source link

Bundle extension #22

Closed Blond11516 closed 1 year ago

Blond11516 commented 1 year ago

The extension is currently published as a plain source code, which is unnecessarily bloats the install size and prevents it from being used in web environments.

We should bundle the extension as part of the publishing process.

Microsoft has documentation on the subject: https://code.visualstudio.com/api/working-with-extensions/bundling-extension

Imo esbulid is probably the best choice for simple, fast and effective bundling.