Skip to content

fram-lang/vscode-fram

Repository files navigation

vscode-fram

VSCode extension for Fram with support for framls. Note: framls is not included and needs to be installed separately.

Installation

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>

Building from source

To build the extension from source:

  1. Install required dependencies:

    npm install
    
  2. Compile and package the extension:

    vsce package
    

    This will build a vscode-fram-x.x.x.vsix file.

About

VSCode extension for Fram

Resources

License

Stars

Watchers

Forks

Packages

No packages published