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

Support Command Type for StatusBarItem.command #8241

Closed
tsmaeder opened this issue Jul 27, 2020 · 0 comments · Fixed by #8253
Closed

Support Command Type for StatusBarItem.command #8241

tsmaeder opened this issue Jul 27, 2020 · 0 comments · Fixed by #8253
Labels
statusbar issues related to the statusbar vscode issues related to VSCode compatibility

Comments

@tsmaeder
Copy link
Contributor

Currently, the type of StatusBarItem.command is string | undefined, but in recent versions of VS Code API, it is string | Command | undefined

See https://code.visualstudio.com/api/references/vscode-api#StatusBarItem

@tsmaeder tsmaeder added vscode issues related to VSCode compatibility statusbar issues related to the statusbar labels Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
statusbar issues related to the statusbar vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant