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

Remove empty Provided Books view #25318

Merged
merged 4 commits into from
Feb 14, 2024
Merged

Remove empty Provided Books view #25318

merged 4 commits into from
Feb 14, 2024

Conversation

corivera
Copy link
Member

Fixes #24427

Also fixed an issue I was seeing in the console log where errors were being thrown due to searchWidget being undefined in searchView.ts. A similar fix was already made in vscode here: microsoft/vscode@c410d55

@@ -2092,6 +2092,11 @@ export class SearchView extends ViewPane {
}

private _saveSearchHistoryService() {
// {{SQL CARBON EDIT}}
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a comment with a description and link to the issue where this was fixed in VS Code so we know to remove the edit tag once that commit is brought in.

@coveralls
Copy link

coveralls commented Feb 13, 2024

Pull Request Test Coverage Report for Build 7880237784

Details

  • 0 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.001%) to 41.757%

Totals Coverage Status
Change from base Build 7847525911: -0.001%
Covered Lines: 30826
Relevant Lines: 69081

💛 - Coveralls

@corivera corivera merged commit 8a715ed into main Feb 14, 2024
14 checks passed
@corivera corivera deleted the corivera/removeView branch February 14, 2024 19:27
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.

Provided Jupyter Books view doesn't do anything
4 participants