Skip to content

Instantly share code, notes, and snippets.

@torumakabe
Last active April 1, 2019 01:07
Show Gist options
  • Save torumakabe/c7c8a8ca737d8840dc7ea4f623ff1599 to your computer and use it in GitHub Desktop.
Save torumakabe/c7c8a8ca737d8840dc7ea4f623ff1599 to your computer and use it in GitHub Desktop.
VS Code Python Configuration (Windows)
{
"python.pythonPath": "C:\\tools\\Anaconda3\\envs\\env\\python.exe",
"terminal.integrated.shell.windows": "C:\\windows\\System32\\cmd.exe",
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment