{ "python.defaultInterpreterPath": "/home/zeus/miniconda3/envs/cloudspace/bin/python", "workbench.startupEditor": "none", "python.terminal.activateEnvironment": false, "terminal.integrated.drawBoldTextInBrightColors": false, "terminal.integrated.gpuAcceleration": "on", "terminal.integrated.localEchoLatencyThreshold": 0, "terminal.integrated.localEchoEnabled": "off", "terminal.integrated.localEchoStyle": "#000000", "remote.autoForwardPorts": false, "terminal.integrated.defaultProfile.linux": "zsh", "terminal.integrated.tabs.title": "${process}${separator}${task}", "jupyter.notebookFileRoot": "${workspaceFolder}", "terminal.integrated.enableMultiLinePasteWarning": false, "files.exclude": { "venv": true, "lightning-annotations.json": true, ".lightning-app-sync": true, ".lighting-app-sync": true, ".lightning-app-run": true, "**/*.lightning_upload": true, ".ssh*/**": true, ".conda*/**": true, ".config*/**": true, ".npm*/**": true, ".nvm*/**": true, ".bower*/**": true, ".ipython": true, ".local*/**": true, ".oh-my-zsh*/**": true, ".cache": true, "miniconda3": true, ".condarc": true, ".gitconfig": true, ".hushlogin": true, ".profile": true, ".screenrc": true, ".sudo_as_admin_successful": true, ".zcompdump*": true, ".bash_history": true, ".bashrc": true, ".zsh_history": true, ".zshrc": true, ".zshenv": true, ".zlogin": true, ".zprofile": true, ".zlogout": true, ".python_history": true, ".lightningignore": true, ".nv": true, ".docker": true, ".jupyter": true, ".lightning": true, ".vscode": true, ".vscode/**": true, ".wget-hsts": true, ".vscode-server/**": true, ".vscode-server-insiders/**": true, ".tmplaigit": true, ".viminfo": true }, "files.associations": { "*.studiorc": "shellscript" }, "jupyter.kernels.excludePythonEnvironments": [ "/commands/python3", "/commands/python", "/bin/python3.10", "/usr/bin/python3.10", "/bin/python3", "/usr/bin/python3", "/bin/python3.8", "/usr/bin/python3.8" ] }