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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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