More file moves for layering fixes (#23893)

This commit is contained in:
Charles Gagnon
2023-07-15 14:26:15 -07:00
committed by GitHub
parent 49d463b106
commit a81181108d
15 changed files with 17 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ import { IUntitledTextEditorModel } from 'vs/workbench/services/untitled/common/
import { Schemas } from 'vs/base/common/network';
import { Registry } from 'vs/platform/registry/common/platform';
import { IUntitledTextEditorService } from 'vs/workbench/services/untitled/common/untitledTextEditorService';
import { FileQueryEditorInput } from 'sql/workbench/contrib/query/browser/fileQueryEditorInput'; // {{SQL CARBON EDIT}} - add type
import { FileQueryEditorInput } from 'sql/workbench/browser/editor/query/fileQueryEditorInput'; // {{SQL CARBON EDIT}} - add type
type CachedEditorInput = TextResourceEditorInput | IFileEditorInput | UntitledTextEditorInput;