mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
eng - use esModuleInterop for extensions
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user