remote - also remove addWorkspaceFolder from protocol

This commit is contained in:
Johannes Rieken
2018-03-20 12:15:46 +01:00
parent 05abb6374e
commit 5b8eea4b22
2 changed files with 1 additions and 9 deletions

View File

@@ -382,7 +382,6 @@ export interface MainThreadFileSystemShape extends IDisposable {
$registerFileSystemProvider(handle: number, scheme: string): void;
$unregisterFileSystemProvider(handle: number): void;
$onDidAddFileSystemRoot(root: UriComponents): void;
$onFileSystemChange(handle: number, resource: IFileChangeDto[]): void;
$reportFileChunk(handle: number, session: number, chunk: number[] | null): void;