-
Notifications
You must be signed in to change notification settings - Fork 193
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
Add a codeql status bar item #741
Conversation
26e8c7d
to
b5e0537
Compare
Squirrel icon, not a bird. |
b5e0537
to
12f44fd
Compare
Removing the squirrel. Too small and hard to see. |
12f44fd
to
daf478f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't had the chance to test it yet, but changes look good.
this.item.text = `CodeQL${canary}`; | ||
|
||
const version = await this.cli.getVersion(); | ||
this.item.text = `CodeQL cli v${version}${canary}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think we should include both the extension version and the CLI version here? (Is there room?)
this.item.text = `CodeQL cli v${version}${canary}`; | |
this.item.text = `CodeQL CLI v${version}${canary}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's already a standard place to check the extension version. So, I'd rather not take up more precious space in the status bar.
Includes the current cli version as well as the canary status (codeQL.canary) in the settings.
daf478f
to
1d0e553
Compare
Includes the current cli version as well as the canary status (codeQL.canary) in the settings.
Checklist
@github/docs-content-dsp
has been cc'd in all issues for UI or other user-facing changes made by this pull request.