{ "editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace", "git.autofetch": true, "git.autofetchPeriod": 300, "python.pythonPath": "/usr/bin/python", "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "python.languageServer": "Pylance", "files.eol": "\n", "workbench.editorAssociations": { "*.ipynb": "jupyter-notebook" }, "workbench.editor.untitled.hint": "hidden", "git.confirmSync": false, "python.showStartPage": false, "files.autoSave": "afterDelay", "window.restoreWindows": "none", "security.workspace.trust.untrustedFiles": "open", "python.defaultInterpreterPath": "/usr/bin/python", "timeline.excludeSources": [], "notebook.cellToolbarLocation": { "default": "right", "jupyter-notebook": "left" }, "diffEditor.codeLens": true }