Move legacy tree from vs to sql (#20622)

* Move legacy tree from vs to sql

* fix tests

* exemption

* Fix lint
This commit is contained in:
Charles Gagnon
2022-09-19 15:19:40 -07:00
committed by GitHub
parent dd253b4e98
commit 509e4b0509
58 changed files with 102 additions and 98 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { ITree } from 'vs/base/parts/tree/browser/tree';
import { ITree } from 'sql/base/parts/tree/browser/tree';
import { IAction } from 'vs/base/common/actions';
import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation';
import { TaskNode, TaskStatus, TaskExecutionMode } from 'sql/workbench/services/tasks/common/tasksNode';