Add experimental setting to define where files should be copied for markdown (#169454)

For #157043
This commit is contained in:
Matt Bierner
2022-12-16 16:23:59 -08:00
committed by GitHub
parent e4d92055cf
commit 09c0b1f799
8 changed files with 211 additions and 26 deletions

View File

@@ -571,6 +571,13 @@
"default": false,
"description": "%configuration.markdown.occurrencesHighlight.enabled%",
"scope": "resource"
},
"markdown.experimental.copyFiles.destination": {
"type": "object",
"markdownDescription": "%configuration.markdown.copyFiles.destination%",
"additionalProperties": {
"type": "string"
}
}
}
},