Skip to content

Instantly share code, notes, and snippets.

@jaxxstorm
Created March 24, 2022 19:02
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 jaxxstorm/1f10fb76587d3d613a4c699cd99ce66d to your computer and use it in GitHub Desktop.
Save jaxxstorm/1f10fb76587d3d613a4c699cd99ce66d to your computer and use it in GitHub Desktop.
vscode settings
"python.analysis.extraPaths": [
"${workspaceFolder}/.venv",
"${workspaceFolder}/venv"
],
"python.autoComplete.extraPaths": [
"${workspaceFolder}/.venv",
"${workspaceFolder}/venv"
],
"python.defaultInterpreterPath": "/Users/lbriggs/.asdf/shims/python",
"python.formatting.provider": "black",
"python.formatting.blackArgs": [ "-l", "120" ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment