mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Pick up new markdown LS version (#157843)
This commit is contained in:
@@ -531,12 +531,21 @@
|
||||
},
|
||||
"markdown.experimental.updateLinksOnFileMove.externalFileGlobs": {
|
||||
"type": "string",
|
||||
"default": "**/*.{jpg,jpe,jpeg,png,bmp,gif,ico,webp,avif}",
|
||||
"default": "**/*.{jpg,jpe,jpeg,png,bmp,gif,ico,webp,avif,tiff,svg,mp4}",
|
||||
"description": "%configuration.markdown.experimental.updateLinksOnFileMove.fileGlobs%",
|
||||
"scope": "resource",
|
||||
"tags": [
|
||||
"experimental"
|
||||
]
|
||||
},
|
||||
"markdown.experimental.updateLinksOnFileMove.enableForDirectories": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%configuration.markdown.experimental.updateLinksOnFileMove.enableForDirectories%",
|
||||
"scope": "resource",
|
||||
"tags": [
|
||||
"experimental"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user