Adds cancellation to md diagnostic computer (#149122)

This tracks inflight diagnostic computation and tries to cancel them if a new request comes in for the same document (usually because the document has changed or has been closed)
This commit is contained in:
Matt Bierner
2022-05-09 15:42:32 -07:00
committed by GitHub
parent a6dd083a7e
commit d850919250
3 changed files with 84 additions and 27 deletions

View File

@@ -423,7 +423,7 @@
"markdown.experimental.validate.referenceLinks": {
"type": "string",
"scope": "resource",
"description": "%configuration.markdown.experimental.validate.referenceLinks.description%",
"markdownDescription": "%configuration.markdown.experimental.validate.referenceLinks.description%",
"default": "warning",
"enum": [
"ignore",
@@ -434,7 +434,7 @@
"markdown.experimental.validate.headerLinks": {
"type": "string",
"scope": "resource",
"description": "%configuration.markdown.experimental.validate.headerLinks.description%",
"markdownDescription": "%configuration.markdown.experimental.validate.headerLinks.description%",
"default": "warning",
"enum": [
"ignore",
@@ -445,7 +445,7 @@
"markdown.experimental.validate.fileLinks": {
"type": "string",
"scope": "resource",
"description": "%configuration.markdown.experimental.validate.fileLinks.description%",
"markdownDescription": "%configuration.markdown.experimental.validate.fileLinks.description%",
"default": "warning",
"enum": [
"ignore",