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: docs/releasing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
* New telemetry events are added.
11
11
* Deprecation or removal of commands.
12
12
* 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:
14
14
*`.nvmrc` - this will enable `nvm` to automatically switch to the correct node version when you're in the project folder
15
15
*`.github/workflows/main.yml` - all the "node-version: '[VERSION]'" settings
16
16
*`.github/workflows/release.yml` - the "node-version: '[VERSION]'" setting
0 commit comments