This extension provides support for the Jac programming language. It provides syntax highlighting and leverages the LSP to provide a rich editing experience.
Quick Start
When you install the extension you will need to add a setting to your settings.json file that points to the python path of your Jaseci environment.
Activate your python environment where for which Jaseci is installed.
Create a .vscode/settings.json file in your project root if one is not already present.
Go to your terminal and run which python and copy the path.
Update your settings.json file in the .vscode directory by adding jac.pythonPath to the settings object with the path you copied.