Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 483 Bytes

20200909_devcontainers_no_restart.md

File metadata and controls

8 lines (5 loc) · 483 Bytes

Disable automatic restart of VSCode devcontainers

Since the introduction of VSCode devcontainers we noticed issues when you have more than one project using devcontainers on your PC. When restarting the PC, all devcontainers would try to restart which can lead to TCP port conflicts.

Migration guide:

  • Remove all lines containing restart: always from the file ./.devcontainers/docker-compose.yml (it should exist two or three times)