Created
January 23, 2021 18:53
-
-
Save jqqqqqqqqqq/45d256acb570882044250b2dc9d2eb8c to your computer and use it in GitHub Desktop.
NixOS code-server python debug config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"python.pythonPath": "/root/miniconda3/bin/python", | |
"terminal.integrated.shell.linux": "/run/current-system/sw/bin/conda-shell", | |
"code-runner.runInTerminal": true, | |
"python.terminal.activateEnvironment": false, | |
"code-runner.executorMap": { | |
"python": "python -u $fullFileName" | |
}, | |
"python.jediEnabled": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment