|
18 | 18 | "source=mealie-devcontainer-workspace,target=/workspaces/mealie/frontend/node_modules,type=volume",
|
19 | 19 | "source=mealie-bashhistory,target=/home/vscode/commandhistory,type=volume"
|
20 | 20 | ],
|
21 |
| - // Set *default* container specific settings.json values on container create. |
22 |
| - "settings": { |
23 |
| - "python.defaultInterpreterPath": "/usr/local/bin/python", |
24 |
| - "python.linting.enabled": true, |
25 |
| - "python.linting.pylintEnabled": true, |
26 |
| - "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8", |
27 |
| - "python.formatting.blackPath": "/usr/local/py-utils/bin/black", |
28 |
| - "python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf", |
29 |
| - "python.linting.banditPath": "/usr/local/py-utils/bin/bandit", |
30 |
| - "python.linting.flake8Path": "/usr/local/py-utils/bin/flake8", |
31 |
| - "python.linting.mypyPath": "/usr/local/py-utils/bin/mypy", |
32 |
| - "python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle", |
33 |
| - "python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle", |
34 |
| - "python.linting.pylintPath": "/usr/local/py-utils/bin/pylint" |
| 21 | + "customizations": { |
| 22 | + "vscode": { |
| 23 | + "settings": { |
| 24 | + "python.defaultInterpreterPath": "/usr/local/bin/python", |
| 25 | + "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8", |
| 26 | + "python.formatting.blackPath": "/usr/local/py-utils/bin/black", |
| 27 | + "python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf", |
| 28 | + }, |
| 29 | + "extensions": [ |
| 30 | + "dbaeumer.vscode-eslint", |
| 31 | + "matangover.mypy", |
| 32 | + "ms-python.black-formatter", |
| 33 | + "ms-python.isort", |
| 34 | + "ms-python.pylint", |
| 35 | + "ms-python.python", |
| 36 | + "ms-python.vscode-pylance", |
| 37 | + "Vue.volar" |
| 38 | + ] |
| 39 | + } |
35 | 40 | },
|
36 |
| - // Add the IDs of extensions you want installed when the container is created. |
37 |
| - "extensions": [ |
38 |
| - "dbaeumer.vscode-eslint", |
39 |
| - "matangover.mypy", |
40 |
| - "ms-python.black-formatter", |
41 |
| - "ms-python.isort", |
42 |
| - "ms-python.python", |
43 |
| - "ms-python.vscode-pylance", |
44 |
| - "Vue.volar" |
45 |
| - ], |
46 | 41 | // Use 'forwardPorts' to make a list of ports inside the container available locally.
|
47 | 42 | "forwardPorts": [
|
48 | 43 | 3000,
|
|
0 commit comments