Skip to content

Instantly share code, notes, and snippets.

@DanielSundberg
Created May 4, 2018 07:57
Show Gist options
  • Save DanielSundberg/b6ec2ef64b1baea2048a918e8e3fb2af to your computer and use it in GitHub Desktop.
Save DanielSundberg/b6ec2ef64b1baea2048a918e8e3fb2af to your computer and use it in GitHub Desktop.
// User settings
{
"workbench.colorTheme": "Visual Studio Light",
"editor.minimap.enabled": false,
"telemetry.enableTelemetry": false,
}
// Workspace settings
{
"python.unitTest.pyTestArgs": ["-p no:logging"],
"python.unitTest.pyTestEnabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment