Skip to content

Commit c53bebd

Browse files
Merge pull request #2397 from github/robertbrignull/vscode-node-version
Add note about how to find VSCode node version
2 parents ab9dd6a + bb4060b commit c53bebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* New telemetry events are added.
1111
* Deprecation or removal of commands.
1212
* Accumulation of many changes, none of which are individually big enough to warrant a minor bump, but which together are. This does not include changes which are purely internal to the extension, such as refactoring, or which are only available behind a feature flag.
13-
1. Double-check that the node version we're using matches the one used for VS Code. If it doesn't, you will then need to update the node version in the following files:
13+
1. Double-check that the node version we're using matches the one used for VS Code. You can find this info by seleting "About Visual Studio Code" from the top menu. If it doesn't match, you will then need to update the node version in the following files:
1414
* `.nvmrc` - this will enable `nvm` to automatically switch to the correct node version when you're in the project folder
1515
* `.github/workflows/main.yml` - all the "node-version: '[VERSION]'" settings
1616
* `.github/workflows/release.yml` - the "node-version: '[VERSION]'" setting

0 commit comments

Comments
 (0)