~adjuvant

Recent activity

Visual Studio Code fennel-ls extension 2 months ago

From adjuvant to ~technomancy/fennel

Hello everyone,
recently I published the `fennel-ls` Visual Studio Code extension.

It is really not much, just the glue code to integrate fennel-ls with
VSCode/ium. (Particularly, it does not provide general Fennel language
support; syntax highlight; etc. Other extension already do that.)

Available from both, the official, and the open-vsx registry:
- https://open-vsx.org/extension/adjuvant/fennel-ls
- https://marketplace.visualstudio.com/items?itemName=adjuvant.fennel-ls

Repository: https://codeberg.org/adjuvant/vscode-fennel-ls
fennel-ls: https://sr.ht/~xerool/fennel-ls/

Published Visual Studio Code extension 2 months ago

From adjuvant to ~xerool/fennel-ls

Hello everyone,
recently I published the `fennel-ls` Visual Studio Code extension.

It is really not much, just the glue code to integrate fennel-ls with VSCode/ium. (Particularly, it does not provide general Fennel language support; syntax highlight; etc. Other extension already do that.)

Available from both, the official, and the open-vsx registry:
- https://open-vsx.org/extension/adjuvant/fennel-ls
- https://marketplace.visualstudio.com/items?itemName=adjuvant.fennel-ls

Repository: https://codeberg.org/adjuvant/vscode-fennel-ls

As fennel-ls itself is not currently released anywhere, I decided to bundle the source code with the extension. On first use, the user is given the choice to, either let the extension compile and use the bundled fennel-ls version, or to provide their own.
This should also maximize compatibility with different Lua versions.