|
{ |
|
"python.defaultInterpreterPath": "/home/zeus/miniconda3/envs/cloudspace/bin/python", |
|
"jupyter.kernels.filter": [ |
|
{ |
|
"path": "/commands/python3", |
|
"type": "pythonEnvironment" |
|
}, |
|
{ |
|
"path": "/commands/python", |
|
"type": "pythonEnvironment" |
|
}, |
|
{ |
|
"path": "/bin/python3.10", |
|
"type": "pythonEnvironment" |
|
}, |
|
{ |
|
"path": "/usr/bin/python3.10", |
|
"type": "pythonEnvironment" |
|
}, |
|
{ |
|
"path": "/bin/python3", |
|
"type": "pythonEnvironment" |
|
}, |
|
{ |
|
"path": "/usr/bin/python3", |
|
"type": "pythonEnvironment" |
|
}, |
|
{ |
|
"path": "/bin/python3.8", |
|
"type": "pythonEnvironment" |
|
}, |
|
{ |
|
"path": "/usr/bin/python3.8", |
|
"type": "pythonEnvironment" |
|
}, |
|
{ |
|
"path": "/home/zeus/miniconda3/bin/python", |
|
"type": "pythonEnvironment" |
|
} |
|
], |
|
"jupyter.kernels.excludePythonEnvironments": [ |
|
"/commands/python3", |
|
"/commands/python", |
|
"/bin/python3.10", |
|
"/usr/bin/python3.10", |
|
"/bin/python3", |
|
"/usr/bin/python3", |
|
"/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": "${workspaceFolder}", |
|
"terminal.integrated.enableMultiLinePasteWarning": "never", |
|
"terminal.integrated.showTerminalConfigPrompt": 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, |
|
".idea/**": true, |
|
".java/**": true, |
|
".dotnet/**": true, |
|
"**/node_modules/**": true, |
|
"**/__pycache__/**": true, |
|
"**/.tmp_versions/**": true, |
|
"**/.yarn/**": true, |
|
"**/__pypackages__/**": true, |
|
"**/*_cache": true |
|
}, |
|
"files.associations": { |
|
"*.studiorc": "shellscript" |
|
}, |
|
"files.enableTrash": false |
|
} |
|
|