mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Do not use native Proxy as it breaks debugging vscode
This commit is contained in:
@@ -6,12 +6,11 @@
|
||||
|
||||
import {TPromise} from 'vs/base/common/winjs.base';
|
||||
import {IThreadService} from 'vs/workbench/services/thread/common/threadService';
|
||||
import {MainContext} from './extHostProtocol';
|
||||
import {MainThreadLanguages} from './mainThreadLanguages';
|
||||
import {MainContext, MainThreadLanguagesShape} from './extHostProtocol';
|
||||
|
||||
export class ExtHostLanguages {
|
||||
|
||||
private _proxy: MainThreadLanguages;
|
||||
private _proxy: MainThreadLanguagesShape;
|
||||
|
||||
constructor(
|
||||
threadService: IThreadService
|
||||
|
||||
Reference in New Issue
Block a user