Skip to content

Commit 4dd621d

Browse files
authored
Update development.md
1 parent 9812f54 commit 4dd621d

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

docs/development.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ to before you can proceed.
1616
Insiders means the extension can be developed ready for new features
1717
and changes in the next VSCode release.
1818

19-
5. Install [Node.js](https://nodejs.org/en/) 8.x or higher.
19+
5. Install [Node.js](https://nodejs.org/en/) 10.x or higher.
2020

2121
## Building the Code
2222

@@ -45,18 +45,6 @@ press <kbd>Ctrl</kbd>+<kbd>F5</kbd> or <kbd>Cmd</kbd>+<kbd>F5</kbd> on macOS.
4545
code --extensionDevelopmentPath="c:\path\to\vscode-powershell" .
4646
```
4747

48-
## Building a "Preview" version
49-
50-
To build a preview version of the extension, that is to say,
51-
a version of the extension named "PowerShell Preview",
52-
You can simply change the `name` in the package.json to include `-Preview` at the end.
53-
When you build, this will:
54-
55-
- Add a warning to the top of the README.md to warn users not to have the stable and preview version enabled at the same time
56-
- Adds "Preview" in a few places in the package.json
57-
58-
This mechanism is mostly used for releases
59-
6048
## Contributing Snippets
6149

6250
For more information on contributing snippets please read our [snippet requirements](https://github.com/PowerShell/vscode-powershell/blob/master/docs/community_snippets.md#contributing).

0 commit comments

Comments
 (0)