Skip to content

Commit 6f1b3db

Browse files
committed
Update VS Code settings
1 parent d6c3ab4 commit 6f1b3db

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010
"jedee/.vscode/mcp.json: Mongodb Local MCP Server": {
1111
"allowedModels": [
1212
"copilot/gpt-4.1"
13-
] }
14-
}
13+
]
14+
}
15+
},
16+
"jupyter.kernels.excludePythonEnvironments": [
17+
"/usr/bin/python3.11",
18+
"/usr/bin/python3.12",
19+
"/bin/python3.11",
20+
"/bin/python3.12"
21+
],
22+
"files.exclude": {
23+
".github/": true,
24+
".devcontainer/": true,
25+
".vscode/": true,
26+
".gitignore": true
27+
},
28+
"workbench.secondarySideBar.defaultVisibility": "hidden"
1529
}

0 commit comments

Comments
 (0)