-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Fix panel not active message. #411
Fix panel not active message. #411
Conversation
@@ -187,7 +187,6 @@ export function storeCollectionAsMemento( | |||
]); | |||
} | |||
|
|||
let petPlaygroundStatusBar: vscode.StatusBarItem; |
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.
This is unused as the spawnPetStatusBar is the one actually displayed
@@ -309,14 +308,6 @@ export function activate(context: vscode.ExtensionContext) { | |||
}), | |||
); | |||
|
|||
// status bar item |
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.
Can remove this as associated with petPlaygroundStatusBar
Codecov Report
@@ Coverage Diff @@
## master #411 +/- ##
==========================================
- Coverage 17.00% 16.76% -0.24%
==========================================
Files 21 21
Lines 1147 1145 -2
Branches 154 156 +2
==========================================
- Hits 195 192 -3
+ Misses 946 944 -2
- Partials 6 9 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@tonybaloney this PR is ready |
please remove changes to |
I have removed the package-lock changes. |
thanks for the PR |
For #389