Skip to content

Commit 10d4331

Browse files
Updated TypeScript's Release Process (markdown)
1 parent ad67359 commit 10d4331

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

TypeScript's-Release-Process.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,16 @@ Depending on how you'd like to test TypeScript and contribute, there are a coupl
8888
Despite what the name might imply, [nightly versions](https://www.typescriptlang.org/docs/handbook/nightly-builds.html) are always the preferred way to test out the current state of TypeScript.
8989
While we won't necessarily endorse them for production use, nightlies are always fairly stable and easy to use.
9090

91-
You can download a nightly release via npm (`npm install typescript@next`) and configure your editor support.
91+
You can download a nightly release via npm (`npm install typescript@next`) and configure your editor to use it.
92+
For example, you can [configure Visual Studio Code to use a workspace version](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-newer-typescript-versions).
9293
If you can't commit to updating your build processes yet, but you write code in Visual Studio Code, you can use the [TypeScript and JavaScript Nightly](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-next) extension to at least try out new versions of our editor support.
9394

9495
## Testing New Features
9596

9697
If you're willing to try new features, we make Beta releases available.
9798
This is often a good period to start providing feedback on new features, and the closer to the beta release that feedback occurs, the easier we can address it before it officially is added to the language.
9899

99-
The longer you wait after a beta, the less actionable your feedback will be.
100+
The longer you wait after a Beta, the less actionable your feedback will be.
100101
In those cases, we encourage you to switch to the nightly releases.
101102

102103
## Testing for High-Priority Bug Fixes

0 commit comments

Comments
 (0)