mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
add some integration tests for static status bar items
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"enabledApiProposals": [
|
||||
"authSession",
|
||||
"contribViewsRemote",
|
||||
"contribStatusBarItems",
|
||||
"customEditorMove",
|
||||
"diffCommand",
|
||||
"documentFiltersExclusive",
|
||||
@@ -192,7 +193,14 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"statusBarItems": {
|
||||
"id": "myStaticItem",
|
||||
"alignment": "right",
|
||||
"priority": 17,
|
||||
"name": "My Static Item",
|
||||
"text": "Hello $(globe)"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "node ./node_modules/vscode/bin/compile -watch -p ./",
|
||||
|
||||
Reference in New Issue
Block a user