Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions extensions/vscode/vsc-extension-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Get up and running straight away

- Open the root of the continue repository in visual studio code
- check installed node version: in terrminal run `node -v` - installed node version should be equal or higer than mentioned in file ./.node-version
- Press `F5` to open a new window with your extension loaded.
- The continue in the launched vs code instance uses `extensions/.continue-debug` as configuration folder
- Find output from your extension in the debug console.
Expand Down
Loading