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

@@ -5,7 +5,7 @@
import * as cp from 'child_process';
import { StringDecoder } from 'string_decoder';
import * as which from 'which';
import which from 'which';
import * as path from 'path';
import * as vscode from 'vscode';
import { ThrottledDelayer } from './utils/async';