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

This reverts commit 1d6b47a005.
This commit is contained in:
Christof Marti
2022-12-20 10:03:12 +01:00
committed by GitHub
parent 95463122e0
commit b2121c2dbe
8 changed files with 26 additions and 211 deletions

View File

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