Skip to content

Commit 98785f5

Browse files
authored
Fix setting type (microsoft#210408)
Fixes microsoft#210400
1 parent a86e955 commit 98785f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/markdown-language-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
]
495495
},
496496
"markdown.editor.filePaste.enabled": {
497-
"type": "boolean",
497+
"type": "string",
498498
"scope": "resource",
499499
"markdownDescription": "%configuration.markdown.editor.filePaste.enabled%",
500500
"default": "smart",

0 commit comments

Comments
 (0)