Move remote agent environment out of node (#70568)

This commit is contained in:
Alex Ross
2019-03-15 17:00:57 +01:00
committed by GitHub
parent 31c1339b2c
commit 8f16a02e66
91 changed files with 233 additions and 169 deletions

View File

@@ -10,7 +10,7 @@ import { EditorViewColumn } from 'vs/workbench/api/shared/editor';
import * as vscode from 'vscode';
import { ExtHostWebviewsShape, IMainContext, MainContext, MainThreadWebviewsShape, WebviewPanelHandle, WebviewPanelViewState, WebviewInsetHandle } from './extHost.protocol';
import { Disposable } from './extHostTypes';
import { IExtensionDescription } from 'vs/workbench/services/extensions/common/extensions';
import { IExtensionDescription } from 'vs/platform/extensions/common/extensions';
type IconPath = URI | { light: URI, dark: URI };