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: Nightly-drops.md
-22Lines changed: 0 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -37,25 +37,3 @@ There are two packages:
37
37
```
38
38
39
39
More information is available at: https://github.com/Microsoft/TypeScript-Sublime-Plugin#installation
40
-
41
-
## Visual Studio 2013 and 2015
42
-
43
-
> Note: Most changes do not require you to install a new version of the VS TypeScript plugin in.
44
-
45
-
The nightly build currently does not include the full plugin setup, but we are working on publishing an installer on a nightly basis as well.
46
-
47
-
1. First, install the npm package with `npm install typescript@next` to a local `node_modules` folder, then
48
-
2. Download the [VSDevMode.ps1](https://github.com/Microsoft/TypeScript/blob/master/scripts/VSDevMode.ps1) script.
49
-
50
-
> Also see our wiki page on [using a custom language service file](https://github.com/Microsoft/TypeScript/wiki/Dev-Mode-in-Visual-Studio#using-a-custom-language-service-file).
51
-
3. From a powershell command window, run:
52
-
* VS 2015:
53
-
54
-
```posh
55
-
VSDevMode.ps1 14 -tsScript <path to your folder>/node_modules/typescript/lib
56
-
```
57
-
* VS 2013:
58
-
59
-
```posh
60
-
VSDevMode.ps1 12 -tsScript <path to your folder>/node_modules/typescript/lib
0 commit comments