mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Add experimental setting to define where files should be copied for markdown (#169454)
For #157043
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user