Add candidate finding to ports view

Part of #81388
This commit is contained in:
Alex Ross
2019-12-12 18:03:04 +01:00
parent d0c8e7a465
commit e1bfea5b63
8 changed files with 198 additions and 71 deletions

View File

@@ -26,7 +26,8 @@ import { ExtHostExtensionService } from 'vs/workbench/api/node/extHostExtensionS
import { IExtHostStorage, ExtHostStorage } from 'vs/workbench/api/common/extHostStorage';
import { ILogService } from 'vs/platform/log/common/log';
import { ExtHostLogService } from 'vs/workbench/api/node/extHostLogService';
import { IExtHostTunnelService, ExtHostTunnelService } from 'vs/workbench/api/common/extHostTunnelService';
import { IExtHostTunnelService } from 'vs/workbench/api/common/extHostTunnelService';
import { ExtHostTunnelService } from 'vs/workbench/api/node/extHostTunnelService';
// register singleton services
registerSingleton(ILogService, ExtHostLogService);