Installing Pluto Syntax Highlighter extension locally from a .vsix file.
Download the .vsix file form our Gitlab Repo: Ensure you have the .vsix file for the extension.
Open Visual Studio Code: Launch your VS Code editor.
Install the .vsix file:
Using the Command Palette:
Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) to open the Command Palette.
Type Extensions: Install from VSIX... and select it.
Navigate to the location where your .vsix file is stored and select it.
Using Drag and Drop:
Open the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
Drag and drop the .vsix file into the Extensions view.
Reload/Restart VS Code: After installation, you might be prompted to reload the window to activate the extension. If not, you can manually reload by pressing Ctrl+Shift+P, typing Reload Window, and selecting it.
Once these steps are completed, Pluto Syntax Highlighter should be installed and active in your Visual Studio Code.