mirror of
https://github.com/marcriera/ddgo-converter.git
synced 2025-04-04 12:49:28 +02:00
Add run config
This commit is contained in:
parent
52a34383cc
commit
24f41f10fe
2 changed files with 17 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
|||
__pycache__/
|
||||
*.db
|
||||
**/.vscode/
|
||||
*/.vscode/
|
||||
venv/
|
||||
headers/
|
||||
|
|
16
.vscode/launch.json
vendored
Normal file
16
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
// 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": "Run main program",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "ddgo-converter/ddgo-converter.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue