move extHost.protocol to common, #70319

This commit is contained in:
Johannes Rieken
2019-03-19 15:38:02 +01:00
parent 71204c12d1
commit c92ce4014f
107 changed files with 127 additions and 113 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { MainContext, MainThreadLanguagesShape, IMainContext } from './extHost.protocol';
import { MainContext, MainThreadLanguagesShape, IMainContext } from '../common/extHost.protocol';
import * as vscode from 'vscode';
import { ExtHostDocuments } from 'vs/workbench/api/node/extHostDocuments';