Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/editor/test/browser/testCommand.ts')
-rw-r--r--src/vs/editor/test/browser/testCommand.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs/editor/test/browser/testCommand.ts b/src/vs/editor/test/browser/testCommand.ts
index 22d6a6fc9f2..d8349dd08d8 100644
--- a/src/vs/editor/test/browser/testCommand.ts
+++ b/src/vs/editor/test/browser/testCommand.ts
@@ -34,7 +34,7 @@ export function testCommand(
const viewModel = editor.getViewModel()!;
if (forceTokenization) {
- model.forceTokenization(model.getLineCount());
+ model.tokenization.forceTokenization(model.getLineCount());
}
viewModel.setSelections('tests', [selection]);