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:
Matt Bierner
2022-08-26 08:13:37 -07:00
committed by GitHub
parent 6ec6d9d94d
commit ea6cfdd2ef
3 changed files with 17 additions and 23 deletions

View File

@@ -35,7 +35,6 @@ export async function startClient(factory: LanguageClientConstructor, workspace:
},
diagnosticPullOptions: {
onChange: true,
onSave: true,
onTabs: true,
match(_documentSelector, resource) {
return looksLikeMarkdownPath(resource);