Skip to content

Instantly share code, notes, and snippets.

@jqqqqqqqqqq
Created January 23, 2021 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jqqqqqqqqqq/45d256acb570882044250b2dc9d2eb8c to your computer and use it in GitHub Desktop.
Save jqqqqqqqqqq/45d256acb570882044250b2dc9d2eb8c to your computer and use it in GitHub Desktop.
NixOS code-server python debug config
{
"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