Avoid old import syntax (#152471)

This commit is contained in:
Alexandru Dima
2022-06-17 16:15:55 +02:00
committed by GitHub
parent a10626ee06
commit 2e91c26f1d
11 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
import type * as vscode from 'vscode';
import assert = require('assert');
import * as assert from 'assert';
import { URI } from 'vs/base/common/uri';
import { mock } from 'vs/base/test/common/mock';
import { IEditorTabDto, IEditorTabGroupDto, MainThreadEditorTabsShape, TabInputKind, TabModelOperationKind, TextInputDto } from 'vs/workbench/api/common/extHost.protocol';