kavon / vscode-sml

Standard ML support for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-sml

Standard ML support for Visual Studio Code

screenshot

Development

In the root of this project's directory:

  1. Install dependencies with npm install

  2. Run the TypeScript compiler with tsc. This will compile the extension and place it in the out directory. See tsconfig.json for details about how this is built.

  3. Launch VSCode, open the project root directory, and hit Debug to launch.

About

Standard ML support for Visual Studio Code

License:Apache License 2.0


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%