提交 ad8de4eb 编写于 作者: A Alex Ross

Fix auto port forwarding when not desktop

The setting for disabling auto forwarding was desktop only, which is a bug!
上级 083bdb32
......@@ -124,5 +124,10 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration)
'pub.name': ['ui']
}
},
'remote.autoForwardPorts': {
type: 'boolean',
markdownDescription: localize('remote.autoForwardPorts', "When enabled, URLs with ports (ex. `http://127.0.0.1:3000`) that are printed to your terminals are automatically forwarded."),
default: true
}
}
});
......@@ -173,11 +173,6 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration)
markdownDescription: nls.localize('remote.restoreForwardedPorts', "Restores the ports you forwarded in a workspace."),
default: false
},
'remote.autoForwardPorts': {
type: 'boolean',
markdownDescription: nls.localize('remote.autoForwardPorts', "When enabled, URLs with ports (ex. `http://127.0.0.1:3000`) that are printed to your terminals are automatically forwarded."),
default: true
}
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册