mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user