settings.json 350 B

12345678910111213
  1. // {
  2. // "terminal.integrated.profiles.linux": {
  3. // "docker-shell": {
  4. // "path": "/usr/bin/env",
  5. // "args": [
  6. // "source", "~/.profile",
  7. // ]
  8. // }
  9. // },
  10. // "terminal.integrated.defaultProfile.linux": "docker-shell"
  11. // }
  12. // //docker exec -it mycontainer screen -r myapp