mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
eng - use esModuleInterop for extensions
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as assert from 'assert';
|
||||
import assert from 'assert';
|
||||
import * as fs from 'fs';
|
||||
import { basename, join, posix } from 'path';
|
||||
import * as vscode from 'vscode';
|
||||
|
||||
Reference in New Issue
Block a user