We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e263e commit 7ef78b8Copy full SHA for 7ef78b8
.vscode/launch.json
@@ -10,7 +10,7 @@
10
"request": "launch",
11
"mode": "auto",
12
"program": "${workspaceFolder}",
13
- "args": ["annotate","-vv"],
+ "args": ["annotate","-vv","-f"],
14
},
15
{
16
"name": "Launch Package: brief report",
0 commit comments