Skip to content

Commit 86b27fa

Browse files
authored
Merge pull request microsoft#186948 from MeghanKulkarni/MeghanKulkarni/markdown-link-off
paste markdown link off by default
2 parents 5b74404 + 26f3559 commit 86b27fa

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
@@ -502,7 +502,7 @@
502502
"type": "boolean",
503503
"scope": "resource",
504504
"markdownDescription": "%configuration.markdown.editor.pasteUrlAsFormattedLink.enabled%",
505-
"default": true
505+
"default": false
506506
},
507507
"markdown.validate.enabled": {
508508
"type": "boolean",

0 commit comments

Comments
 (0)