File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
. SYNOPSIS
3
3
Run this PowerShell script to enable dev mode and/or a custom script for the TypeScript language service, e.g.
4
4
5
- PS C:\> .\scripts\VSDevMode.ps1 -enableDevMode -tsScript C:\src\TypeScript\built\local\typescriptServices.js
5
+ PS C:\> .\scripts\VSDevMode.ps1 -enableDevMode -tsScript C:\src\TypeScript\built\local\
6
6
7
7
Note: If you get security errors, try running powershell as an Administrator and with the "-executionPolicy remoteSigned" switch
8
8
@@ -13,7 +13,7 @@ Set to "12" for Dev12 (VS2013) or "14" (the default) for Dev14 (VS2015)
13
13
Pass this switch to enable attaching a debugger to the language service
14
14
15
15
. PARAMETER tsScript
16
- The path to a custom language service script to use, e.g. "C:\src\TypeScript\built\local\typescriptServices.js "
16
+ The path to a directory containing a custom language service script to use (typescriptServices.js) , e.g. "C:\src\TypeScript\built\local\"
17
17
#>
18
18
Param (
19
19
[int ]$vsVersion = 14 ,
You can’t perform that action at this time.
0 commit comments