diff options
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r-- | .vscode/tasks.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 53a235e..8404cfa 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -54,7 +54,7 @@ "args": [ "" ], }, "command": "make", - "args": [ "compile_commands" ], + "args": [ "compile_commands.json" ], "type": "shell" }, { |