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