{ "workbench.colorTheme": "Catppuccin Frappé", "workbench.iconTheme": "catppuccin-frappe", "workbench.startupEditor": "none", "workbench.activityBar.location": "top", "workbench.layoutControl.enabled": false, "catppuccin.accentColor": "blue", "window.customTitleBarVisibility": "never", "window.titleBarStyle": "native", "window.menuBarVisibility": "toggle", "window.commandCenter": false, "telemetry.telemetryLevel": "off", "git.enableSmartCommit": true, "git.confirmSync": false, "git.autofetch": true, "editor.formatOnSave": true, "editor.fontFamily": "JetBrainsMono NF", "editor.linkedEditing": true, "editor.wordWrap": "on", "extensions.ignoreRecommendations": true, "terminal.integrated.copyOnSelection": true, "terminal.integrated.hideOnStartup": "whenEmpty", "terminal.integrated.persistentSessionReviveProcess": "never", "terminal.integrated.suggest.enabled": true, "files.insertFinalNewline": true, "files.trimFinalNewlines": true, "files.trimTrailingWhitespace": true, "files.autoSave": "onFocusChange", "explorer.confirmDelete": false, "explorer.confirmDragAndDrop": false, "python.languageServer": "None", "python.analysis.typeCheckingMode": "standard", "python.analysis.addHoverSummaries": true, "python.analysis.autoImportCompletions": true, "python.analysis.autoSearchPaths": true, "python.analysis.useLibraryCodeForTypes": true, "python.analysis.autoFormatStrings": true, "python.analysis.cacheLSPData": true, "python.REPL.sendToNativeREPL": true, "python.terminal.shellIntegration.enabled": true, "python.terminal.activateEnvironment": false, "interactiveWindow.executeWithShiftEnter": true, "jupyter.interactiveWindow.notebookRepl": true, "jupyter.executionAnalysis.enabled": true, "notebook.diff.experimental.toggleInline": true, "notebook.diff.ignoreOutputs": true, "notebook.diff.ignoreMetadata": true, "notebook.output.scrolling": true, "notebook.output.minimalErrorRendering": true, "notebook.formatOnSave.enabled": true, "notebook.codeActionsOnSave": { "notebook.source.fixAll": "explicit", "notebook.source.organizeImports": "explicit" }, "ruff.nativeServer": "on", "ruff.lint.preview": true, "[python]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": "explicit", "source.organizeImports": "explicit" }, "editor.defaultFormatter": "charliermarsh.ruff" }, "security.workspace.trust.untrustedFiles": "open", "githubPullRequests.pullBranch": "never", "github.copilot.nextEditSuggestions.enabled": true, "[mdx]": { "editor.defaultFormatter": "unifiedjs.vscode-mdx" }, "github.copilot.enable": { "*": true, "plaintext": false, "markdown": true, "scminput": false } }