|
8 | 8 | "customizations": {
|
9 | 9 | "vscode": {
|
10 | 10 | "settings": {
|
| 11 | + "cSpell.words": [ |
| 12 | + "wsgi", |
| 13 | + "pytest", |
| 14 | + "Redis", |
| 15 | + "testdb" |
| 16 | + ], |
11 | 17 | "[python]": {
|
12 | 18 | "editor.defaultFormatter": "ms-python.black-formatter",
|
13 | 19 | "editor.formatOnSave": true
|
|
33 | 39 | "ms-python.pylint",
|
34 | 40 | "ms-python.flake8",
|
35 | 41 | "ms-python.black-formatter",
|
| 42 | + "njpwerner.autodocstring", |
| 43 | + "wholroyd.jinja", |
36 | 44 | "ms-vscode.makefile-tools",
|
37 | 45 | "yzhang.markdown-all-in-one",
|
| 46 | + "davidanson.vscode-markdownlint", |
38 | 47 | "bierner.github-markdown-preview",
|
39 | 48 | "hnw.vscode-auto-open-markdown-preview",
|
40 |
| - "DavidAnson.vscode-markdownlint", |
| 49 | + "bierner.markdown-preview-github-styles", |
| 50 | + "tamasfe.even-better-toml", |
41 | 51 | "donjayamanne.githistory",
|
42 | 52 | "GitHub.vscode-pull-request-github",
|
43 | 53 | "hbenl.vscode-test-explorer",
|
44 | 54 | "LittleFoxTeam.vscode-python-test-adapter",
|
45 |
| - "njpwerner.autodocstring", |
46 | 55 | "redhat.vscode-yaml",
|
47 |
| - "rangav.vscode-thunder-client", |
48 |
| - "streetsidesoftware.code-spell-checker", |
49 |
| - "wholroyd.jinja", |
50 |
| - "ms-azuretools.vscode-docker" |
| 56 | + "unjinjang.rest-api-client", |
| 57 | + "ms-azuretools.vscode-docker", |
| 58 | + "github.vscode-github-actions", |
| 59 | + "streetsidesoftware.code-spell-checker", |
| 60 | + "bbenoist.vagrant" |
51 | 61 | ]
|
52 | 62 | }
|
53 | 63 | }
|
|
0 commit comments