Skip to content

Commit babb2f9

Browse files
authored
Remove experimental tag from markdown settings (microsoft#164509)
1 parent 4eef476 commit babb2f9

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

extensions/markdown-language-features/package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -544,28 +544,19 @@
544544
],
545545
"default": "never",
546546
"markdownDescription": "%configuration.markdown.updateLinksOnFileMove.enabled%",
547-
"scope": "resource",
548-
"tags": [
549-
"experimental"
550-
]
547+
"scope": "resource"
551548
},
552549
"markdown.updateLinksOnFileMove.externalFileGlobs": {
553550
"type": "string",
554551
"default": "**/*.{jpg,jpe,jpeg,png,bmp,gif,ico,webp,avif,tiff,svg,mp4}",
555552
"description": "%configuration.markdown.updateLinksOnFileMove.fileGlobs%",
556-
"scope": "resource",
557-
"tags": [
558-
"experimental"
559-
]
553+
"scope": "resource"
560554
},
561555
"markdown.updateLinksOnFileMove.enableForDirectories": {
562556
"type": "boolean",
563557
"default": true,
564558
"description": "%configuration.markdown.updateLinksOnFileMove.enableForDirectories%",
565-
"scope": "resource",
566-
"tags": [
567-
"experimental"
568-
]
559+
"scope": "resource"
569560
},
570561
"markdown.occurrencesHighlight.enabled": {
571562
"type": "boolean",

0 commit comments

Comments
 (0)