From 88a4ac1316163f1694381e8176d0d431505b43b0 Mon Sep 17 00:00:00 2001 From: lsvhome Date: Sun, 7 Jun 2026 21:58:13 +0300 Subject: [PATCH] Improve clarity in instructions in vsc-extension-quickstart.md --- extensions/vscode/vsc-extension-quickstart.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/vscode/vsc-extension-quickstart.md b/extensions/vscode/vsc-extension-quickstart.md index a7798810186..a30b881332b 100644 --- a/extensions/vscode/vsc-extension-quickstart.md +++ b/extensions/vscode/vsc-extension-quickstart.md @@ -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.