mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Remove args from .vscode/launch.json
This commit is contained in:
parent
53377f3206
commit
6304fb585d
1 changed files with 15 additions and 18 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
@ -10,10 +10,7 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"module": "jrnl",
|
"module": "jrnl",
|
||||||
"justMyCode": true,
|
"justMyCode": true,
|
||||||
"args": [
|
"args": []
|
||||||
"--export",
|
|
||||||
"heatmap",
|
|
||||||
"--debug"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue