We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72052e commit cb6db7bCopy full SHA for cb6db7b
.devcontainer/devcontainer.json
@@ -25,6 +25,8 @@
25
"editor.defaultFormatter": "ms-python.black-formatter"
26
},
27
"editor.fontSize": 18,
28
+ "extensions.ignoreRecommendations": true,
29
+ "unwantedRecommendations": ["ms-python.vscode-python-envs"],
30
"terminal.integrated.defaultProfile.windows": "Git Bash",
31
"window.restoreWindows": "preserve",
32
"workbench.editorAssociations": {
0 commit comments