Add an "always" options to port source setting

Fixes microsoft/vscode-remote-release#4923
This commit is contained in:
Alex Ross
2021-05-06 15:04:06 +02:00
parent 233a3bd736
commit 46a2b70583
3 changed files with 10 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ 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 {