Skip to content

Commit 93cfdd4

Browse files
authored
Revert "Improve the local to native and remote to local copy, paste, and DND experience (#320685)" (#321516)
This reverts commit f9070ac.
1 parent 4d74ce9 commit 93cfdd4

10 files changed

Lines changed: 13 additions & 688 deletions

File tree

src/vs/code/electron-main/app.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ import { ElectronAgentHostStarter } from '../../platform/agentHost/electron-main
130130
import { AgentHostProcessManager } from '../../platform/agentHost/node/agentHostService.js';
131131
import { isAgentHostEnabled } from '../../platform/agentHost/common/agentService.js';
132132
import { NODE_REMOTE_RESOURCE_CHANNEL_NAME, NODE_REMOTE_RESOURCE_IPC_METHOD_NAME, NodeRemoteResourceResponse, NodeRemoteResourceRouter } from '../../platform/remote/common/electronRemoteResources.js';
133-
import { RemoteFileSystemProxyMainHandler } from '../../platform/files/electron-main/remoteFileSystemProxyMainHandler.js';
134-
import { REMOTE_FILE_SYSTEM_PROXY_HANDLER_CHANNEL_NAME } from '../../platform/files/common/remoteFileSystemProxy.js';
135133
import { Lazy } from '../../base/common/lazy.js';
136134
import { IAuxiliaryWindowsMainService } from '../../platform/auxiliaryWindow/electron-main/auxiliaryWindows.js';
137135
import { AuxiliaryWindowsMainService } from '../../platform/auxiliaryWindow/electron-main/auxiliaryWindowsMainService.js';
@@ -1308,10 +1306,6 @@ export class CodeApplication extends Disposable {
13081306
mainProcessElectronServer.registerChannel(ipcBrowserViewGroupChannelName, browserViewGroupChannel);
13091307
sharedProcessClient.then(client => client.registerChannel(ipcBrowserViewGroupChannelName, browserViewGroupChannel));
13101308

1311-
// Remote File System Proxy
1312-
const remoteFileSystemProxyHandler = disposables.add(new RemoteFileSystemProxyMainHandler(accessor.get(IWindowsMainService), mainProcessElectronServer));
1313-
mainProcessElectronServer.registerChannel(REMOTE_FILE_SYSTEM_PROXY_HANDLER_CHANNEL_NAME, remoteFileSystemProxyHandler);
1314-
13151309
// Signing
13161310
const signChannel = ProxyChannel.fromService(accessor.get(ISignService), disposables);
13171311
mainProcessElectronServer.registerChannel('sign', signChannel);

src/vs/platform/files/common/remoteFileSystemProxy.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/vs/platform/files/electron-browser/remoteFileSystemProxyClient.ts

Lines changed: 0 additions & 134 deletions
This file was deleted.

src/vs/platform/files/electron-browser/remoteFileSystemProxyServer.ts

Lines changed: 0 additions & 81 deletions
This file was deleted.

src/vs/platform/files/electron-main/remoteFileSystemProxyMainHandler.ts

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)