eng - use esModuleInterop for extensions

This commit is contained in:
Johannes
2024-10-01 21:57:30 +02:00
parent f09184ceb7
commit e6f315d2fc
15 changed files with 17 additions and 16 deletions

View File

@@ -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';