Add experimental tag to experimental extension settings (#151031)

This makes a few more extension settings with the `experimental` tag so that show up if you search `@tag:experimental`
This commit is contained in:
Matt Bierner
2022-06-01 16:32:58 -07:00
committed by GitHub
parent 17f7533f40
commit e44f4ba886
3 changed files with 30 additions and 6 deletions

View File

@@ -2450,7 +2450,10 @@
"type": "boolean",
"default": false,
"markdownDescription": "%config.experimental.mergeEditor%",
"scope": "window"
"scope": "window",
"tags": [
"experimental"
]
}
}
},