Skip to content

Developing the julia vscode extension

Fredrik Ekre edited this page Oct 18, 2020 · 1 revision

Here is a quick how-to for making changes to the extension and to test them locally:

  1. Install required dependencies, node and npm, and make sure they are available in PATH.

  2. Clone the repository (including submodules):

    $ git clone --recurse-submodules https://github.com/julia-vscode/julia-vscode
  3. 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