mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
typos
This commit is contained in:
@ -14,5 +14,5 @@ The example uses proposed Language Server protocol. So the code demoed here migh
|
||||
- Run the lauch config
|
||||
- If you want to debug the server as well use the launch configuration `Attach to Server`
|
||||
|
||||
- In the [Extension Development Host] instance of VSCOde, open a document in 'plain text' laguage mode and write some words. The extension will emit diagnostics for words in all-uppercase (e.g. 'TEST').
|
||||
- In the [Extension Development Host] instance of VSCode, open a document in 'plain text' language mode type content such as 'AAA aaa BBB'. The extension will emit diagnostics for words in all-uppercase.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user