mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Add new smartWithSelection option for markdown links (#202183)
This becomes the new default while `smart` always smartly pastes, even with no selection
This commit is contained in:
@@ -517,15 +517,17 @@
|
||||
"type": "string",
|
||||
"scope": "resource",
|
||||
"markdownDescription": "%configuration.markdown.editor.pasteUrlAsFormattedLink.enabled%",
|
||||
"default": "smart",
|
||||
"default": "smartWithSelection",
|
||||
"enum": [
|
||||
"always",
|
||||
"smart",
|
||||
"smartWithSelection",
|
||||
"never"
|
||||
],
|
||||
"markdownEnumDescriptions": [
|
||||
"%configuration.pasteUrlAsFormattedLink.always%",
|
||||
"%configuration.pasteUrlAsFormattedLink.smart%",
|
||||
"%configuration.pasteUrlAsFormattedLink.smartWithSelection%",
|
||||
"%configuration.pasteUrlAsFormattedLink.never%"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user