settings.json 422 B

12345678910111213
  1. {
  2. "workbench.colorTheme": "Default Dark+",
  3. "editor.fontSize": 15,
  4. "editor.wordWrap": "on",
  5. // "workbench.editor.defaultBinaryEditor": "default",
  6. // "terminal.integrated.profiles.linux": {
  7. // "docker-shell": {
  8. // "path": "/root",
  9. // "args": ["-c", "source ~/.profile"]
  10. // }
  11. // },
  12. // "terminal.integrated.defaultProfile.linux": "docker-shell"
  13. }/