Query Editor Refactor (#5528)

* query editor changes

* query editor changes

* finish converting query editor

* fix merge issue

* remove unused code

* fix tests

* fix tests

* remove editor context key class

* edit tests to test input state
This commit is contained in:
Anthony Dresser
2019-05-23 11:43:59 -07:00
committed by GitHub
parent cf8f8907ee
commit 5e8a52bcc0
18 changed files with 537 additions and 1183 deletions

View File

@@ -219,7 +219,6 @@ export class MenubarControl extends Disposable {
// TODO@sbatten remove after feb19
private notifyExistingLinuxUser(): void {
/*// {{SQL CARBON EDIT}} - Disable the custom titlebar recommendation
if (!isLinux) {
return;
}
@@ -246,7 +245,6 @@ export class MenubarControl extends Disposable {
}
}
]);
*/
}
private notifyUserOfCustomMenubarAccessibility(): void {