Skip to content

Commit e731964

Browse files
Automatic markdown link pasting off by default (microsoft#189100)
pasting as markdown link off
1 parent 070707d commit e731964

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": "string",
503503
"scope": "resource",
504504
"markdownDescription": "%configuration.markdown.editor.pasteUrlAsFormattedLink.enabled%",
505-
"default":"smart",
505+
"default":"never",
506506
"enum": [
507507
"always",
508508
"smart",

0 commit comments

Comments
 (0)