From 212f7cb6690941f1bcb4f9543a6efca04097ce8a Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Wed, 12 Sep 2018 11:29:08 -0700 Subject: [PATCH] Updated Debugging Language Service in VS Code (markdown) --- Debugging-Language-Service-in-VS-Code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugging-Language-Service-in-VS-Code.md b/Debugging-Language-Service-in-VS-Code.md index b566eec..641ed40 100644 --- a/Debugging-Language-Service-in-VS-Code.md +++ b/Debugging-Language-Service-in-VS-Code.md @@ -42,7 +42,7 @@ From here, there are different steps for debugging the client- and server-side, $env:TSS_DEBUG = 5859 ``` - * Manually edit `extensions/typescript/src/typescriptServiceClient.ts` in your development-side VS Code, setting the port to an open one. + * Alternatively, manually edit `extensions/typescript/src/typescriptServiceClient.ts` in your development-side VS Code, setting the port to an open one. 2. Update `launch.json` with an option to attach to the node instance, with sourcemaps from your `built/local` folder.