This commit is contained in:
Christof Marti 2021-03-08 15:41:09 +01:00
Родитель d9f04e1278
Коммит e0b00b16b6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@ Extension sometimes listen on a port from within the VS Code remote extension ho
By default, VS Code will find ports to automatically forward for you by looking at the currently running processes on the remote system. In some cases, this is not desirable. To help with those cases, there is now the setting `remote.autoForwardPortsSource`. To look for ports to forward based on terminal and debug output (instead of running processes) set `"remote.autoForwardPortsSource": "output"`. Note that ports auto forwarded from an `output` source will not be closed when the process stops running.
## Containers
## Containers (version 0.163.x)
### portsAttributes setting in devcontainer.json