|
24 | 24 | "astral-sh.ty", |
25 | 25 | "charliermarsh.ruff", |
26 | 26 | "DavidAnson.vscode-markdownlint", |
27 | | - "GitHub.copilot-chat", |
28 | 27 | "GitHub.vscode-github-actions", |
29 | 28 | "GitHub.vscode-pull-request-github", |
30 | | - "ms-azuretools.vscode-docker", |
| 29 | + "ms-azuretools.vscode-containers", |
31 | 30 | "ms-python.python", |
32 | 31 | "tamasfe.even-better-toml" |
33 | 32 | ], |
34 | 33 | "settings": { |
35 | | - "chat.extensionUnification.enabled": true, |
36 | | - "editor.bracketPairColorization.enabled": true, |
37 | | - "editor.codeActionsOnSave": { |
38 | | - "source.fixAll": "explicit", |
39 | | - "source.organizeImports": "explicit" |
40 | | - }, |
41 | | - "editor.formatOnSave": true, |
42 | 34 | "[python]": { |
43 | | - "editor.defaultFormatter": "charliermarsh.ruff" |
| 35 | + "editor.codeActionsOnSave": { |
| 36 | + "source.fixAll.ruff": "explicit", |
| 37 | + "source.organizeImports.ruff": "explicit" |
| 38 | + }, |
| 39 | + "editor.defaultFormatter": "charliermarsh.ruff", |
| 40 | + "editor.formatOnSave": true |
44 | 41 | }, |
45 | 42 | "[toml]": { |
46 | 43 | "editor.formatOnSave": false |
47 | 44 | }, |
48 | 45 | "editor.rulers": [ |
49 | 46 | 100 |
50 | 47 | ], |
51 | | - "files.autoSave": "onFocusChange", |
52 | | - "github.copilot.chat.codesearch.enabled": true, |
53 | 48 | "jupyter.kernels.excludePythonEnvironments": [ |
54 | 49 | "/usr/local/bin/python" |
55 | 50 | ], |
56 | | - "notebook.codeActionsOnSave": { |
57 | | - "notebook.source.fixAll": "explicit", |
58 | | - "notebook.source.organizeImports": "explicit" |
59 | | - }, |
60 | | - "notebook.formatOnSave.enabled": true, |
| 51 | + "python-envs.terminal.autoActivationType": "off", |
61 | 52 | "python.defaultInterpreterPath": "/opt/venv/bin/python", |
62 | | - "python.languageServer": "None", |
63 | | - "python.terminal.activateEnvironment": false, |
64 | 53 | "python.testing.pytestEnabled": true, |
65 | 54 | "terminal.integrated.env.linux": { |
66 | 55 | "GIT_EDITOR": "code --wait" |
67 | | - }, |
68 | | - "terminal.integrated.env.mac": { |
69 | | - "GIT_EDITOR": "code --wait" |
70 | 56 | } |
71 | 57 | } |
72 | 58 | } |
|
0 commit comments