Skip to content

Commit 187b245

Browse files
authored
Merge pull request #1 from mongodb-developer/vscode-settings-update
Update VS Code settings
2 parents d6c3ab4 + 2042c2e commit 187b245

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@
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+
"/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"
1532
}

0 commit comments

Comments
 (0)