mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Pick up 8.0.2 for MD language client (#159319)
Missed updating this when pulling in new server version https://github.com/microsoft/vscode-languageserver-node/issues/1064
This commit is contained in:
@@ -35,7 +35,6 @@ export async function startClient(factory: LanguageClientConstructor, workspace:
|
||||
},
|
||||
diagnosticPullOptions: {
|
||||
onChange: true,
|
||||
onSave: true,
|
||||
onTabs: true,
|
||||
match(_documentSelector, resource) {
|
||||
return looksLikeMarkdownPath(resource);
|
||||
|
||||
Reference in New Issue
Block a user