mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
joh/rainy weasel (#184582)
* add tooltip (plain text) to static items, re https://github.com/microsoft/vscode/issues/183772 * support accessibilityInformation for static static bar contribs, https://github.com/microsoft/vscode/issues/183772
This commit is contained in:
@@ -199,7 +199,12 @@
|
||||
"alignment": "right",
|
||||
"priority": 17,
|
||||
"name": "My Static Item",
|
||||
"text": "Hello $(globe)"
|
||||
"text": "Hello $(globe)",
|
||||
"tooltip": "Hover World",
|
||||
"accessibilityInformation": {
|
||||
"label": "Hello World",
|
||||
"role": "button"
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user