Skip to content

Instantly share code, notes, and snippets.

@Kunkgg
Created July 27, 2024 15:11
Show Gist options
  • Save Kunkgg/07f869431f61efef357b7af1fc03e60d to your computer and use it in GitHub Desktop.
Save Kunkgg/07f869431f61efef357b7af1fc03e60d to your computer and use it in GitHub Desktop.
vscode settings for pythonpath
{
"terminal.integrated.env.windows": {
"PYTHONPATH": "${workspaceFolder}${pathSeparator}${env:PYTHONPATH}"
},
"terminal.integrated.env.linux": {
"PYTHONPATH": "${workspaceFolder}${pathSeparator}${env:PYTHONPATH}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment