|
26 | 26 | "git.mergeEditor": true, |
27 | 27 | "markdown-preview-github-styles.colorTheme": "light", |
28 | 28 | "makefile.extensionOutputFolder": "/tmp", |
| 29 | + "makefile.configureOnOpen": false, |
29 | 30 | "python.testing.unittestEnabled": false, |
30 | 31 | "python.testing.pytestEnabled": true, |
31 | 32 | "python.testing.pytestArgs": [ |
|
51 | 52 | "ms-python.pylint", |
52 | 53 | "ms-python.flake8", |
53 | 54 | "ms-python.black-formatter", |
| 55 | + "njpwerner.autodocstring", |
| 56 | + "wholroyd.jinja", |
54 | 57 | "ms-vscode.makefile-tools", |
55 | 58 | "yzhang.markdown-all-in-one", |
56 | 59 | "DavidAnson.vscode-markdownlint", |
|
63 | 66 | "github.vscode-github-actions", |
64 | 67 | "hbenl.vscode-test-explorer", |
65 | 68 | "LittleFoxTeam.vscode-python-test-adapter", |
66 | | - "njpwerner.autodocstring", |
67 | | - "wholroyd.jinja", |
68 | 69 | "redhat.vscode-yaml", |
| 70 | + "unjinjang.rest-api-client", |
69 | 71 | "ms-azuretools.vscode-docker", |
70 | 72 | "ms-kubernetes-tools.vscode-kubernetes-tools", |
71 | 73 | "inercia.vscode-k3d", |
72 | 74 | "alexkrechik.cucumberautocomplete", |
73 | 75 | "Zignd.html-css-class-completion", |
74 | 76 | "streetsidesoftware.code-spell-checker", |
75 | | - "unjinjang.rest-api-client", |
76 | 77 | "bbenoist.vagrant" |
77 | 78 | ] |
78 | 79 | } |
79 | 80 | }, |
80 | 81 | // Setup the lab environment after container is created |
| 82 | + "forwardPorts": [8080], |
81 | 83 | "postCreateCommand": "bash /app/.devcontainer/scripts/setup-lab.sh", |
82 | 84 | "features": { |
83 | 85 | "ghcr.io/devcontainers/features/docker-in-docker:2": {}, |
|
0 commit comments