diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 18eb254..3e3ebb1 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,9 +4,9 @@ "version": "2.0.0", "tasks": [ { - "label": "ml -f debug.lsp", + "label": "ml -d -f debug.lsp", "type": "shell", - "command": "ml -f debug.lsp", + "command": "ml -d -f debug.lsp", "group": { "kind": "build", "isDefault": true