mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
add vscode conf so pylib imports resolve in aqt by default
This commit is contained in:
parent
23f0fa23b9
commit
6b6d0b0820
1 changed files with 5 additions and 0 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"python.analysis.extraPaths": [
|
||||||
|
"./pylib"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue