Add setting to enable/disable markdown drop into editor

For #142990
This commit is contained in:
Matt Bierner
2022-04-05 15:37:15 -07:00
parent ddf70921cd
commit 032ee47056
3 changed files with 12 additions and 0 deletions

View File

@@ -407,6 +407,12 @@
"default": "off",
"description": "%markdown.trace.desc%",
"scope": "window"
},
"markdown.editor.drop.enabled": {
"type": "boolean",
"default": true,
"markdownDescription": "%configuration.markdown.editor.drop.enabled%",
"scope": "resource"
}
}
},