Files
anki-hsk-creator/.vscode/launch.json
Wolfang Torres eb4cc8e6e0 update format for anki,
upgrade trasnlation package search,
fix small bugs
2026-06-12 00:43:55 +08:00

15 lines
431 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Module",
"type": "debugpy",
"request": "launch",
"module": "anki_hsk_creator"
}
]
}