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