We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6c3ab4 + 2042c2e commit 187b245Copy full SHA for 187b245
1 file changed
.vscode/settings.json
@@ -10,6 +10,23 @@
10
"jedee/.vscode/mcp.json: Mongodb Local MCP Server": {
11
"allowedModels": [
12
"copilot/gpt-4.1"
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
+ "/usr/bin/python3",
22
+ "/bin/python3"
23
+ ],
24
+ "files.exclude": {
25
+ ".github/": true,
26
+ ".devcontainer/": true,
27
+ ".vscode/": true,
28
+ "ijava-1.3.0": true,
29
+ ".gitignore": true
30
31
+ "workbench.secondarySideBar.defaultVisibility": "hidden"
32
}
0 commit comments