CONTRIBUTING.md
October 5, 2022 ยท View on GitHub
Developer Instructions
Install extension from source
-
Install required dependencies,
nodeandnpm, 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-vscodeIf you have already cloned the repository, update the submodules:
git submodule update --initinstall deps
npm i -
Open the folder where the extension was cloned in VSCode. The
Start Debuggingcommand (F5) opens a separate window with the modified extension in debug mode
Reload extension after making changes
To reload the Extension Development Host window after making changes, hit ctrl/cmd + R.
License
By contributing code to julia-vscode, you are agreeing to release that code under the MIT License.