Fix ugly name for Focus on Ports View command

Fixes microsoft/vscode-remote-release#4564
This commit is contained in:
Alex Ross
2021-02-26 11:53:53 +01:00
parent c1f5d07efd
commit d3b97f07fc
2 changed files with 5 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ export const IRemoteExplorerService = createDecorator<IRemoteExplorerService>('r
export const REMOTE_EXPLORER_TYPE_KEY: string = 'remote.explorerType';
const TUNNELS_TO_RESTORE = 'remote.tunnels.toRestore';
export const TUNNEL_VIEW_ID = '~remote.forwardedPorts';
export const TUNNEL_VIEW_CONTAINER_ID = '~remote.forwardedPortsContainer';
export const PORT_AUTO_FORWARD_SETTING = 'remote.autoForwardPorts';
export const PORT_AUTO_SOURCE_SETTING = 'remote.autoForwardPortsSource';
export const PORT_AUTO_SOURCE_SETTING_PROCESS = 'process';