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