|
12 | 12 | "editor.defaultFormatter": "ms-python.black-formatter", |
13 | 13 | "editor.formatOnSave": true |
14 | 14 | }, |
15 | | - "python.testing.pytestEnabled": false, |
16 | | - "python.testing.unittestEnabled": true, |
17 | | - "pylint.lintOnChange": true, |
18 | 15 | "markdown-preview-github-styles.colorTheme": "light", |
| 16 | + "makefile.extensionOutputFolder": "/tmp", |
| 17 | + "python.testing.unittestEnabled": false, |
| 18 | + "python.testing.pytestEnabled": true, |
| 19 | + "python.testing.pytestArgs": [ |
| 20 | + "tests" |
| 21 | + ], |
19 | 22 | "files.exclude": { |
20 | 23 | "**/.git": true, |
21 | 24 | "**/.DS_Store": true, |
|
28 | 31 | "VisualStudioExptTeam.vscodeintellicode", |
29 | 32 | "ms-python.python", |
30 | 33 | "ms-python.vscode-pylance", |
| 34 | + "ms-python.pylint", |
| 35 | + "ms-python.flake8", |
| 36 | + "ms-python.black-formatter", |
31 | 37 | "cstrap.flask-snippets", |
32 | 38 | "yzhang.markdown-all-in-one", |
33 | 39 | "bierner.github-markdown-preview", |
34 | 40 | "hnw.vscode-auto-open-markdown-preview", |
35 | | - "DavidAnson.vscode-markdownlint", |
| 41 | + "davidanson.vscode-markdownlint", |
| 42 | + "bierner.markdown-preview-github-styles", |
| 43 | + "tamasfe.even-better-toml", |
36 | 44 | "donjayamanne.githistory", |
37 | 45 | "GitHub.vscode-pull-request-github", |
38 | 46 | "hbenl.vscode-test-explorer", |
39 | 47 | "LittleFoxTeam.vscode-python-test-adapter", |
40 | 48 | "njpwerner.autodocstring", |
| 49 | + "wholroyd.jinja", |
41 | 50 | "redhat.vscode-yaml", |
| 51 | + "rangav.vscode-thunder-client", |
| 52 | + "redhat.fabric8-analytics", |
| 53 | + "streetsidesoftware.code-spell-checker", |
| 54 | + "ms-azuretools.vscode-docker", |
| 55 | + "github.vscode-github-actions", |
| 56 | + "streetsidesoftware.code-spell-checker", |
42 | 57 | "bbenoist.vagrant" |
43 | 58 | ] |
44 | 59 | } |
|
0 commit comments