mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-27 15:01:22 +08:00
469 B
469 B
Developing the Visual Studio Code extension
Follow these steps to run the extension from source:
-
Install NPM dependencies:
npm install
. -
Open the repository root (not this directory) in VS Code, and choose "Run Extension" from the debug side bar.
See Visual Studio Code's documentation on developing language extensions.