Skip to content

Commit 14c51f8

Browse files
committed
Remove VS 2013/2015 section
1 parent cc594dd commit 14c51f8

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

Nightly-drops.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,3 @@ There are two packages:
3737
```
3838

3939
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
61-
```

0 commit comments

Comments
 (0)