File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,13 @@ Dev Mode is a new feature for [TypeScript 1.4](https://github.com/Microsoft/Type
26
26
27
27
1 . [ Enable dev mode] ( #enabling-dev-mode ) .
28
28
2 . Open up the Registry Editor.
29
- 3 . Navigate to the applicable ` TypeScriptLanguageService ` .
29
+ 3 . Navigate to the applicable ` TypeScriptLanguageService ` key .
30
30
* In Visual Studio 2013: ` HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\TypeScriptLanguageService `
31
31
* In Visual Studio 2015: ` HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0\TypeScriptLanguageService `
32
32
4 . Create a new String Value with the name ` CustomTypeScriptServicesFileLocation ` .
33
33
5 . Right click the ` CustomTypeScriptServicesFileLocation ` value and ** Modify** it.
34
34
6 . Change the value data to the full path of your alternative services file (e.g. ` C:\Users\drosen\TypeScript\built\local\typescriptServices.js ` )
35
35
36
- # Debugging the language service
36
+ # Debugging the language service in Visual Studio using Visual Studio
37
37
38
+ 1 . Have a running instance of Visual Studio 2013/2015 with an open TypeScript file.
You can’t perform that action at this time.
0 commit comments