Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Add Feedback icon to status bar #202

Merged
merged 1 commit into from
May 2, 2017
Merged

Conversation

jeffyoung
Copy link
Contributor

No description provided.

@@ -332,6 +333,14 @@ export class TeamExtension {
this._pinnedQueryStatusBarItem.tooltip = Strings.ViewYourPinnedQuery;
this._pinnedQueryStatusBarItem.show();
}

if (!this._feedbackStatusBarItem) {
this._feedbackStatusBarItem = window.createStatusBarItem(StatusBarAlignment.Left, 96);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should change 96 to 97. ;)

@jeffyoung jeffyoung merged commit a56e41f into master May 2, 2017
@jeffyoung jeffyoung deleted the jeyou/add-feedback-status-bar branch May 2, 2017 20:26
@ItalyPaleAle
Copy link

Is there a way to disable this?

It's taking up precious space from the status bar for something which is specific to an extension (at first I thought it was a way to submit feedback on VS Code overall)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants