{
"window.autoDetectColorScheme": true,
"security.workspace.trust.untrustedFiles": "open",
"editor.accessibilitySupport": "off",
"editor.inlineSuggest.suppressSuggestions": true,
"editor.fontFamily": "Comic Code Ligatures Medium",
"editor.fontSize": 15,
"dart.flutterSdkPath": "/Users/sphinizy/fvm/versions/3.24.0",
"workbench.colorTheme": "Night Owl",
"workbench.colorCustomizations": {
"panel.border": "#FFFFFF",
"sideBar.": "#FFFFFF",
"input.placeholderForeground": "#FFFFFF",
"button.foreground": "#FFFFFF"
},
"workbench.preferredLightColorTheme": "Solarized Light",
"python.REPL.sendToNativeREPL": true,
"jupyter.allowUnauthorizedRemoteConnection": true,
"jupyter.interactiveWindow.textEditor.executeSelection": true,
"jupyter.interactiveWindow.textEditor.normalizeSelection": true,
"cursor.aipreview.enabled": true,
"editor.formatOnSave": true,
"cursor.general.enableShadowWorkspace": true,
"explorer.confirmDragAndDrop": false,
"workbench.preferredDarkColorTheme": "Ayu Dark Bordered",
"editor.foldingImportsByDefault": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic",
"workbench.activityBar.orientation": "vertical",
"editor.fontLigatures": true,
"terminal.integrated.fontSize": 14,
"files.autoSaveWhenNoErrors": true,
"files.autoSave": "afterDelay",
"cursor.chat.showSuggestedFiles": true,
"cursor.general.gitGraphIndexing": "enabled",
"apc.stylesheet": {
".anysphere-markdown-container-root": "font-size: 15px !important; line-height: 1.5 !important;",
".view-line": "font-size: 14px !important;",
".aislash-editor-input": "color: '#FFFFFF';font-size: 15px !important; line-height: 1.5 !important;",
},
"chat.editor.fontSize": 14,
"workbench.tree.indent": 12,
"workbench.iconTheme": "jetbrains-icons",
"errorLens.enabledDiagnosticLevels": [
"warning",
"info"
],
"explorer.compactFolders": false,
"scm.compactFolders": false,
"ruff.lint.run": "onSave",
"githubLocalActions.dockerDesktopPath": "/Applications/Docker.app",
"cursor.cpp.disabledLanguages": [
"*.md"
],
}