Skip to content

Commit 4f71451

Browse files
Updated Dev Mode in Visual Studio (markdown)
1 parent a300312 commit 4f71451

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dev-Mode-in-Visual-Studio.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ Dev Mode is a new feature for [TypeScript 1.4](https://github.com/Microsoft/Type
2626

2727
1. [Enable dev mode](#enabling-dev-mode).
2828
2. Open up the Registry Editor.
29-
3. Navigate to the applicable `TypeScriptLanguageService`.
29+
3. Navigate to the applicable `TypeScriptLanguageService` key.
3030
* In Visual Studio 2013: `HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\TypeScriptLanguageService`
3131
* In Visual Studio 2015: `HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0\TypeScriptLanguageService`
3232
4. Create a new String Value with the name `CustomTypeScriptServicesFileLocation`.
3333
5. Right click the `CustomTypeScriptServicesFileLocation` value and **Modify** it.
3434
6. Change the value data to the full path of your alternative services file (e.g. `C:\Users\drosen\TypeScript\built\local\typescriptServices.js`)
3535

36-
# Debugging the language service
36+
# Debugging the language service in Visual Studio using Visual Studio
3737

38+
1. Have a running instance of Visual Studio 2013/2015 with an open TypeScript file.

0 commit comments

Comments
 (0)