Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test rich hovers in status bar items #127372

Closed
2 tasks done
aeschli opened this issue Jun 28, 2021 · 0 comments
Closed
2 tasks done

Test rich hovers in status bar items #127372

aeschli opened this issue Jun 28, 2021 · 0 comments

Comments

@aeschli
Copy link
Contributor

aeschli commented Jun 28, 2021

Ref #126258

Complexity: 3

Create Issue


StatusBar items can now show rich content from a markdown string. Test the API and the implementation.

  • Create an extension with proposed API (yo code --insiders) or modify the https://github.com/microsoft/vscode-extension-samples/blob/main/statusbar-sample
  • Add a status bar item that uses the StatusBarItem.tooltip2 with a markdown string
  • Test various markdown features.
    • Test command links ([test](command:vscode.newWindow)) and verify that the Markdown string needs to be trusted
    • Test http links
    • Test codicons ($(zap))
  • Test that the rich hovers are shows also when the status bar item has no command (StatusBarItem.command)
  • Test that the rich hovers also when the VS Code window is small
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants