VSCode extension for Fram with support for framls.
Note: framls is not included and needs to be installed separately.
You can download the .vsix file from the Release page or build it from source.
To install the extension run:
code --install-extension <path_to_vscode-fram.x.x.x.vsix>
To build the extension from source:
-
Install required dependencies:
npm install -
Compile and package the extension:
vsce packageThis will build a
vscode-fram-x.x.x.vsixfile.