mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-09 10:42:28 +01:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot Autofix powered by AI
parent
b991a753d2
commit
1b41b1791a
@@ -32,7 +32,7 @@ You can run the VS Code extension tests by running the `Markdown Extension Tests
|
||||
|
||||
Language features such as IntelliSense, validation, document links, and rename are powered by a language server rather than being implemented directly in this extension. There are two packages for this:
|
||||
|
||||
- [`vscode-markdown-languageservice`](https://github.com/microsoft/vscode-markdown-languageservice) — the library that implements the actual Markdown language intelligence. Almost all language features bug fixes and additions should be start here.
|
||||
- [`vscode-markdown-languageservice`](https://github.com/microsoft/vscode-markdown-languageservice) — the library that implements the actual Markdown language intelligence. Almost all language feature bug fixes and additions should start here.
|
||||
|
||||
- [`vscode-markdown-languageserver`](https://github.com/microsoft/vscode-markdown-languageserver) — a thin language server that wraps the language service and exposes it over the Language Server Protocol.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user