mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-27 23:11:20 +08:00
13 lines
469 B
Markdown
13 lines
469 B
Markdown
# Developing the Visual Studio Code extension
|
|
|
|
Follow these steps to run the extension from source:
|
|
|
|
1. Install NPM dependencies: `npm install`.
|
|
|
|
2. Open the repository root (**not** this directory) in VS Code, and choose
|
|
"Run Extension" from the
|
|
[debug side bar](https://code.visualstudio.com/docs/editor/debugging).
|
|
|
|
See Visual Studio Code's documentation on
|
|
[developing language extensions](https://code.visualstudio.com/api/language-extensions/overview).
|