File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22. SYNOPSIS
33Run this PowerShell script to enable dev mode and/or a custom script for the TypeScript language service, e.g.
44
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\
66
77Note: If you get security errors, try running powershell as an Administrator and with the "-executionPolicy remoteSigned" switch
88
@@ -13,7 +13,7 @@ Set to "12" for Dev12 (VS2013) or "14" (the default) for Dev14 (VS2015)
1313Pass this switch to enable attaching a debugger to the language service
1414
1515. 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\"
1717#>
1818Param (
1919 [int ]$vsVersion = 14 ,
You can’t perform that action at this time.
0 commit comments