提交 76d0b308 编写于 作者: B Benjamin Pasero

import 💄

上级 98ba603b
......@@ -10,7 +10,7 @@ import { ITextModelService } from 'vs/editor/common/services/resolverService';
import { ResourceEditorModel } from 'vs/workbench/common/editor/resourceEditorModel';
import { basename } from 'vs/base/common/resources';
import { ITextFileSaveOptions, ITextFileService } from 'vs/workbench/services/textfile/common/textfiles';
import type { IEditorViewState } from 'vs/editor/common/editorCommon';
import { IEditorViewState } from 'vs/editor/common/editorCommon';
import { IEditorService } from 'vs/workbench/services/editor/common/editorService';
/**
......
......@@ -9,7 +9,7 @@ import { URI } from 'vs/base/common/uri';
import { Emitter } from 'vs/base/common/event';
import { Disposable } from 'vs/base/common/lifecycle';
import { TestWorkingCopyService } from 'vs/workbench/test/workbenchTestServices';
import type { ISaveOptions } from 'vs/workbench/common/editor';
import { ISaveOptions } from 'vs/workbench/common/editor';
suite('WorkingCopyService', () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册