add some integration tests for static status bar items

This commit is contained in:
Johannes
2023-06-05 16:39:59 +02:00
parent 93b1636904
commit c106fbe627
2 changed files with 31 additions and 1 deletions

View File

@@ -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 ./",