mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Revert "Add an "always" options to port source setting"
This reverts commit 46a2b70583.
This commit is contained in:
@@ -30,7 +30,6 @@ 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';
|
||||
export const PORT_AUTO_SOURCE_SETTING_PROCESS_ALWAYS = 'processAlways';
|
||||
export const PORT_AUTO_SOURCE_SETTING_OUTPUT = 'output';
|
||||
|
||||
export enum TunnelType {
|
||||
|
||||
Reference in New Issue
Block a user