Remove experimental tag from markdown settings (#164509)

This commit is contained in:
Matt Bierner 2022-10-24 14:44:43 -07:00 committed by GitHub
parent 4eef476a4f
commit babb2f9677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -544,28 +544,19 @@
],
"default": "never",
"markdownDescription": "%configuration.markdown.updateLinksOnFileMove.enabled%",
"scope": "resource",
"tags": [
"experimental"
]
"scope": "resource"
},
"markdown.updateLinksOnFileMove.externalFileGlobs": {
"type": "string",
"default": "**/*.{jpg,jpe,jpeg,png,bmp,gif,ico,webp,avif,tiff,svg,mp4}",
"description": "%configuration.markdown.updateLinksOnFileMove.fileGlobs%",
"scope": "resource",
"tags": [
"experimental"
]
"scope": "resource"
},
"markdown.updateLinksOnFileMove.enableForDirectories": {
"type": "boolean",
"default": true,
"description": "%configuration.markdown.updateLinksOnFileMove.enableForDirectories%",
"scope": "resource",
"tags": [
"experimental"
]
"scope": "resource"
},
"markdown.occurrencesHighlight.enabled": {
"type": "boolean",