Skip to content

Commit 2092d41

Browse files
committed
Really fix import
1 parent aa3ea7f commit 2092d41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vs/editor/contrib/indentation/test/browser/indentation.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ import { DisposableStore } from 'vs/base/common/lifecycle';
1515
import { ILanguageConfigurationService } from 'vs/editor/common/languages/languageConfigurationRegistry';
1616
import { ILanguageService } from 'vs/editor/common/languages/language';
1717
import { EncodedTokenizationResult, IState, TokenizationRegistry } from 'vs/editor/common/languages';
18-
import { MetadataConsts } from 'vs/editor/common/encodedTokenAttributes';
18+
import { MetadataConsts, StandardTokenType } from 'vs/editor/common/encodedTokenAttributes';
1919
import { createTextModel } from 'vs/editor/test/common/testTextModel';
2020
import { NullState } from 'vs/editor/common/languages/nullTokenize';
21-
import { StandardTokenType } from 'vs/workbench/api/common/extHostTypes';
2221

2322
function testIndentationToSpacesCommand(lines: string[], selection: Selection, tabSize: number, expectedLines: string[], expectedSelection: Selection): void {
2423
testCommand(lines, null, selection, (accessor, sel) => new IndentationToSpacesCommand(sel, tabSize), expectedLines, expectedSelection);

0 commit comments

Comments
 (0)