Skip to content

Instantly share code, notes, and snippets.

@simgunz
Last active February 16, 2020 18:20
Show Gist options
  • Save simgunz/1756f9eccc65e2439509c1261545bf9d to your computer and use it in GitHub Desktop.
Save simgunz/1756f9eccc65e2439509c1261545bf9d to your computer and use it in GitHub Desktop.
VSCode settings for developing Anki addons
{
"python.pythonPath": ".pyenv/bin/python3",
"python.autoComplete.extraPaths": [
"${workspaceFolder}/anki/anki",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment