Skip to content

Commit

Permalink
add format task for vscode (envoyproxy#31369)
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain authored Dec 29, 2023
1 parent b15ca09 commit 448cbd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
]
}

0 comments on commit 448cbd6

Please sign in to comment.