Enable md paste actions by default (#152810)

Turns on pasting of links for easier testing. However `editor.experimental.pasteActions.enabled` is still off by default so this won't be enabled by default
This commit is contained in:
Matt Bierner
2022-06-21 23:19:52 -07:00
committed by GitHub
parent f361c5b71d
commit 5437480941
3 changed files with 3 additions and 3 deletions

View File

@@ -419,7 +419,7 @@
"type": "boolean",
"scope": "resource",
"markdownDescription": "%configuration.markdown.editor.pasteLinks.enabled%",
"default": false,
"default": true,
"tags": [
"experimental"
]