-
Install required dependencies,
node
andnpm
, and make sure they are available inPATH
. -
Clone the repository (including submodules):
git clone --recurse-submodules https://github.com/julia-vscode/julia-vscode cd julia-vscode
If you have already cloned the repository, update the submodules:
git submodule update --init
install deps
npm i
-
Open the folder where the extension was cloned in VSCode. The
Start Debugging
command (F5) opens a separate window with the modified extension in debug mode
To reload the Extension Development Host window after making changes, hit ctrl/cmd + R.
By contributing code to julia-vscode, you are agreeing to release that code under the MIT License.