You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

devcontainer.json 342 B

123456789101112
  1. {
  2. "extensions": ["ms-python.python", "visualstudioexptteam.vscodeintellicode"],
  3. "dockerFile": "Dockerfile",
  4. "settings": {
  5. "terminal.integrated.profiles.linux": {
  6. "bash": {
  7. "path": "/bin/bash"
  8. }
  9. },
  10. "terminal.integrated.defaultProfile.linux": "bash"
  11. }
  12. }