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

@@ -1103,7 +1103,10 @@
"type": "boolean",
"default": false,
"description": "%configuration.tsserver.experimental.enableProjectDiagnostics%",
"scope": "window"
"scope": "window",
"tags": [
"experimental"
]
},
"typescript.tsserver.watchOptions": {
"type": "object",