This extension provides language support for SMOL (https://smolang.org), an imperative, object-oriented research language. SMOL integrates semantic web technologies and numerical simulation blocks, and can serve as a test bed for creating digital twins.
This extension provides syntax highlighting, and a command to run a SMOL REPL inside VS Code.
This extension contributes the following settings:
smol.smolJarPath
: The path tosmol.jar
.
- Initial release
To install the latest released version:
-
download the
.vsix
file from https://github.com/smolang/smol-vs-code/releases/latest -
open the Extensions list and choose "Install from VSIX..." from the menu:
-
Choose the file downloaded in Step 1
To use the extension from a git checkout, copy this directory into your
~/.vscode/extensions
directory, e.g., with the following commands:
cd ~/.vscode/extensions
cp -r /path/to/smol-vs-code smol
First, install node then run npm install
to install
the required dependencies.
To run the current source, open the project folder inside VS Code and press
F5
(Run -> Start Debugging).
To create a .vsix
package, run vsce package
.