From 2042c2e6a2f524eac89079373fc719353a237175 Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Thu, 26 Feb 2026 16:30:51 +0200 Subject: [PATCH] Update VS Code settings --- .vscode/settings.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index bd400f5..6cc2840 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,6 +10,23 @@ "jedee/.vscode/mcp.json: Mongodb Local MCP Server": { "allowedModels": [ "copilot/gpt-4.1" - ] } - } + ] + } + }, + "jupyter.kernels.excludePythonEnvironments": [ + "/usr/bin/python3.11", + "/usr/bin/python3.12", + "/bin/python3.11", + "/bin/python3.12", + "/usr/bin/python3", + "/bin/python3" + ], + "files.exclude": { + ".github/": true, + ".devcontainer/": true, + ".vscode/": true, + "ijava-1.3.0": true, + ".gitignore": true + }, + "workbench.secondarySideBar.defaultVisibility": "hidden" } \ No newline at end of file