Add category ids

Ref microsoft/vscode#138253
This commit is contained in:
Raymond Zhao
2021-12-10 11:31:32 -08:00
parent ac9bbf2e74
commit f09a6a35f4

View File

@ -28,6 +28,7 @@
"contributes": {
"configuration": [
{
"id": "widgetSamples",
"title": "Settings Editor Widget Samples",
"order": 2,
"properties": {
@ -88,8 +89,8 @@
}
},
{
"id": "configurationSamples",
"title": "Configuration Sample",
"order": 1,
"properties": {
"conf.view.showOnWindowOpen": {
"type": "string",
@ -117,6 +118,18 @@
"scope": "language-overridable"
}
}
},
{
"id": "anotherCategory",
"title": "Another category",
"properties": {
"conf.settingsEditor.firstMisc": {
"type": "string"
},
"conf.settingsEditor.secondMisc": {
"type": "string"
}
}
}
],
"commands": [