Remove args from .vscode/launch.json

This commit is contained in:
Aaron Lichtman 2024-01-15 15:31:25 -08:00
parent 53377f3206
commit 6304fb585d
No known key found for this signature in database
GPG key ID: D046D019DC745EDA

5
.vscode/launch.json vendored
View file

@ -10,10 +10,7 @@
"request": "launch", "request": "launch",
"module": "jrnl", "module": "jrnl",
"justMyCode": true, "justMyCode": true,
"args": [ "args": []
"--export",
"heatmap",
"--debug"]
} }
] ]
} }