Move query history into extension (#19794)

* initial

* more

* Remove connectionId

* cleanup

* cleanup

* Remove core contributions, add to panel by default

* Add enabled state

* Update config

* cleanup

* Move

* Remove newlines

* update README
This commit is contained in:
Charles Gagnon
2022-06-22 12:37:32 -07:00
committed by GitHub
parent 8ce19dca8c
commit c24305f9d8
27 changed files with 353 additions and 1138 deletions

View File

@@ -287,7 +287,6 @@ export class QueryModelService implements IQueryModelService {
});
queryRunner.onQueryEnd(totalMilliseconds => {
this._onRunQueryComplete.fire(queryRunner.uri);
// fire extensibility API event
let event: IQueryEvent = {
type: 'queryStop',