Fix setting type (#210408)

Fixes #210400
This commit is contained in:
Matt Bierner
2024-04-15 09:51:02 -07:00
committed by GitHub
parent a86e955552
commit 98785f537e

View File

@@ -494,7 +494,7 @@
]
},
"markdown.editor.filePaste.enabled": {
"type": "boolean",
"type": "string",
"scope": "resource",
"markdownDescription": "%configuration.markdown.editor.filePaste.enabled%",
"default": "smart",