You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lsp-sample/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,6 @@ It also includes an End-to-End test.
32
32
- Switch to the Run and Debug View in the Sidebar (Ctrl+Shift+D).
33
33
- Select `Launch Client` from the drop down (if it is not already).
34
34
- Press ▷ to run the launch config (F5).
35
-
- If you want to debug the server as well, use the launch configuration `Attach to Server`
36
35
- In the [Extension Development Host](https://code.visualstudio.com/api/get-started/your-first-extension#:~:text=Then%2C%20inside%20the%20editor%2C%20press%20F5.%20This%20will%20compile%20and%20run%20the%20extension%20in%20a%20new%20Extension%20Development%20Host%20window.) instance of VSCode, open a document in 'plain text' language mode.
37
36
- Type `j` or `t` to see `Javascript` and `TypeScript` completion.
38
37
- Enter text content such as `AAA aaa BBB`. The extension will emit diagnostics for all words in all-uppercase.
0 commit comments