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