| { |
| "python.defaultInterpreterPath": "/home/zeus/miniconda3/envs/cloudspace/bin/python", |
| "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", |
| "/home/zeus/miniconda3/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, |
| "jupyter.notebookFileRoot": "${fileDirname}", |
| "terminal.integrated.enableMultiLinePasteWarning": "never", |
| "terminal.integrated.showTerminalConfigPrompt": false, |
| "files.autoSave": "afterDelay", |
| "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, |
| ".vimrc": 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, |
| ".cursor-server/**": true, |
| ".windsurf-server/**": true, |
| ".tmplaigit": true, |
| ".viminfo": true, |
| ".idea/**": true, |
| ".java/**": true, |
| ".dotnet/**": true, |
| "**/node_modules/**": true, |
| "**/__pycache__/**": true, |
| "**/.tmp_versions/**": true, |
| "**/.yarn/**": true, |
| "**/__pypackages__/**": true, |
| "**/*_cache": true, |
| "**/.lightning-job-artifacts": true |
| }, |
| "files.associations": { |
| "*.studiorc": "shellscript" |
| }, |
| "files.enableTrash": false |
| } |
|
|