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

Fix panel not active message. #411

Conversation

Harry-Hopkinson
Copy link
Contributor

For #389

@@ -187,7 +187,6 @@ export function storeCollectionAsMemento(
]);
}

let petPlaygroundStatusBar: vscode.StatusBarItem;
Copy link
Contributor Author

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
Copy link
Contributor Author

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-commenter
Copy link

Codecov Report

Merging #411 (3550ada) into master (ea7323d) will decrease coverage by 0.24%.
The diff coverage is 0.00%.

@@            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     
Impacted Files Coverage Δ
src/extension/extension.ts 20.29% <0.00%> (-0.77%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Harry-Hopkinson
Copy link
Contributor Author

Harry-Hopkinson commented Mar 30, 2023

@tonybaloney this PR is ready

@tonybaloney
Copy link
Owner

please remove changes to package-lock.json from the branch.

@Harry-Hopkinson
Copy link
Contributor Author

I have removed the package-lock changes.

@tonybaloney tonybaloney merged commit 67d51c4 into tonybaloney:master Jul 4, 2023
@tonybaloney
Copy link
Owner

thanks for the PR

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

Successfully merging this pull request may close these issues.

3 participants