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:
Johannes Rieken
2023-06-08 12:33:24 +02:00
committed by GitHub
parent d8dcdb924a
commit 2798d7bf41
7 changed files with 50 additions and 7 deletions

View File

@@ -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": {