You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/VSCODE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Visual Studio Code can use NVS to select a node version to use when launching or
4
4
5
5
For multi-platform development, configuration can be customized for each platform. You may need to specify an absolute path such as `"${env:HOME}/.nvs/nvs"` if NVS is not in VS Code's PATH.
6
6
7
-
Example: Configure `launch.json` so VS Code uses NVS to launch node version 6.10:
7
+
Example: Configure `launch.json` so VS Code uses NVS to launch node version 18.17:
8
8
```json
9
9
"configurations": [
10
10
{
@@ -13,7 +13,7 @@ Example: Configure `launch.json` so VS Code uses NVS to launch node version 6.10
0 commit comments