mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Let Remote extensions set port source (#116838)
This commit is contained in:
@@ -23,6 +23,10 @@ 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 PORT_AUTO_FORWARD_SETTING = 'remote.autoForwardPorts';
|
||||
export const PORT_AUTO_SOURCE_SETTING = 'remote.autoForwardPortsSource';
|
||||
export const PORT_AUTO_SOURCE_SETTING_PROCESS = 'process';
|
||||
export const PORT_AUTO_SOURCE_SETTING_OUTPUT = 'output';
|
||||
|
||||
export enum TunnelType {
|
||||
Candidate = 'Candidate',
|
||||
|
||||
Reference in New Issue
Block a user