mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Hide Open in Editor for notebook search (#14356)
* Hide Open in Editor for notebook search * Add type to new parameter
This commit is contained in:
@@ -384,7 +384,7 @@ export class NotebookSearchView extends SearchView {
|
||||
}
|
||||
|
||||
protected async refreshAndUpdateCount(event?: IChangeEvent): Promise<void> {
|
||||
this.updateSearchResultCount(this.viewModel.searchResult.query!.userDisabledExcludesAndIgnoreFiles);
|
||||
this.updateSearchResultCount(this.viewModel.searchResult.query!.userDisabledExcludesAndIgnoreFiles, false);
|
||||
return this.refreshTree(event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user