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: .tours/start-development.tour
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
{
6
6
"file": "package.json",
7
7
"line": 31,
8
-
"description": "## Commands\n\nTo start developing, make sure you have Node 12+ and the [required dependencies](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites) installed. Then, run the following commands:\n\n1. Install dependencies:\n>> yarn\n\n3. Start development mode (and watch for changes):\n>> yarn watch"
8
+
"description": "## Commands\n\nTo start developing, make sure you have Node 14+ and the [required dependencies](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#prerequisites) installed. Then, run the following commands:\n\n1. Install dependencies:\n>> yarn\n\n3. Start development mode (and watch for changes):\n>> yarn watch"
Copy file name to clipboardExpand all lines: docs/npm.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@
12
12
13
13
If you're installing the npm module you'll need certain dependencies to build the native modules used by VS Code.
14
14
15
-
- Node.js: version `>= 12`, `<= 14`
15
+
- Node.js: version `= 14`. Other versions may work, but your mileage may vary.
16
16
17
-
_Note: the Node.js version requirements are based on the VS Code Node.js requirements. See [here](https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites)._
17
+
_Note: We use the same major version of Node.js that is shipped in VSCode's Electron. VS Code also lists Node.js requirements. See [here](https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites)._
0 commit comments