diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 39267d2a1ca0..bb9133367ce8 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -32,6 +32,12 @@ "type": "shell", "command": "EXCLUDE_CONTRIB=true tools/vscode/refresh_compdb.sh", "problemMatcher": [] + }, + { + "label": "Local Fix Format", + "type": "shell", + "command": "tools/local_fix_format.sh -all", + "problemMatcher": [] } ] }