|
1 | 1 | // spell: disable |
2 | 2 | { |
3 | | - "name": "Kubernetes", |
| 3 | + "name": "Kubernetes Lab", |
4 | 4 | "build": { |
5 | 5 | "dockerfile": "Dockerfile", |
6 | 6 | "context": ".." |
|
18 | 18 | "customizations": { |
19 | 19 | "vscode": { |
20 | 20 | "settings": { |
| 21 | + "cSpell.words": [ |
| 22 | + "pytest", |
| 23 | + "pipenv", |
| 24 | + "creds", |
| 25 | + "virtualenvs" |
| 26 | + ], |
21 | 27 | "[python]": { |
22 | 28 | "editor.defaultFormatter": "ms-python.black-formatter", |
23 | 29 | "editor.formatOnSave": true |
24 | 30 | }, |
25 | 31 | "git.mergeEditor": true, |
26 | 32 | "markdown-preview-github-styles.colorTheme": "light", |
27 | 33 | "makefile.extensionOutputFolder": "/tmp", |
| 34 | + "makefile.configureOnOpen": false, |
28 | 35 | "python.testing.unittestEnabled": false, |
29 | 36 | "python.testing.pytestEnabled": true, |
30 | 37 | "python.testing.pytestArgs": [ |
|
44 | 51 | "ms-python.pylint", |
45 | 52 | "ms-python.flake8", |
46 | 53 | "ms-python.black-formatter", |
| 54 | + "njpwerner.autodocstring", |
| 55 | + "wholroyd.jinja", |
47 | 56 | "ms-vscode.makefile-tools", |
48 | 57 | "yzhang.markdown-all-in-one", |
49 | 58 | "DavidAnson.vscode-markdownlint", |
|
56 | 65 | "github.vscode-github-actions", |
57 | 66 | "hbenl.vscode-test-explorer", |
58 | 67 | "LittleFoxTeam.vscode-python-test-adapter", |
59 | | - "njpwerner.autodocstring", |
60 | | - "wholroyd.jinja", |
61 | 68 | "redhat.vscode-yaml", |
| 69 | + "unjinjang.rest-api-client", |
62 | 70 | "ms-azuretools.vscode-docker", |
63 | 71 | "ms-kubernetes-tools.vscode-kubernetes-tools", |
64 | 72 | "inercia.vscode-k3d", |
65 | | - "rangav.vscode-thunder-client", |
66 | 73 | "streetsidesoftware.code-spell-checker", |
67 | 74 | "bbenoist.vagrant" |
68 | 75 | ] |
|
0 commit comments