mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 04:37:22 -05:00
Update VS Code config (#4397)
This commit is contained in:
parent
d3ca0cd0b3
commit
510a3b3533
2 changed files with 1 additions and 4 deletions
|
|
@ -12,8 +12,7 @@
|
|||
"command": "tools/ninja.bat",
|
||||
"args": [
|
||||
"pylib",
|
||||
"qt",
|
||||
"extract:win_amd64_audio"
|
||||
"qt"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ import os
|
|||
import sys
|
||||
|
||||
sys.path.extend(["pylib", "qt", "out/pylib", "out/qt"])
|
||||
if sys.platform == "win32":
|
||||
os.environ["PATH"] += ";out\\extracted\\win_amd64_audio"
|
||||
|
||||
import aqt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue