Skip to content

Commit 27529a6

Browse files
Merge pull request #501 from Microsoft/tsdkUpdate
Updated phrasing for easier searching.
2 parents b4d3427 + cf09d87 commit 27529a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,13 @@ Note about `.tmLanguage` related issues
137137
As the TypeScript and TypeScriptReact `.tmLanguage` definition files are shared across multiple editors including Sublime Text, Atom-TypeScript, and Visual Studio Code, we decided to create a dedicated repo for these files to combine the efforts for improvement.
138138
The new repo is at https://github.com/Microsoft/TypeScript-TmLanguage, and all future tmLanguage-related issues will be tracked there and ported back to this repo.
139139

140-
Using nightly TypeScript builds
140+
Using different versions of TypeScript
141141
--------------
142-
The plugin can be configured to load a different TypeScript version other than the one bundled along.
142+
This plugin can be configured to load an alternate version of TypeScript.
143+
This is typically useful for trying out nightly builds, or prototyping with custom builds.
143144
To do that, update the `Settings - User` file with the following:
144145

145-
```JSON
146+
```json
146147
"typescript_tsdk": "<path to your folder>/node_modules/typescript/lib"
147148
```
148149

0 commit comments

Comments
 (0)