Skip to content

Commit

Permalink
Merge pull request #2579 from cloudflare/jsnell/format-vscode-task
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell authored Aug 21, 2024
2 parents 52f709f + 38256fb commit 178c5f5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,21 @@
"hide": false,
"type": "shell",
"problemMatcher": []
},
{
"label": "Format all",
"command": "python3",
"args": [ "${workspaceFolder}/tools/cross/format.py" ],
"group": "build",
"problemMatcher": [],
"presentation": {
"reveal": "never",
"focus": false,
"panel": "shared",
},
"runOptions": {
"reevaluateOnRerun": true,
}
}
]
}

0 comments on commit 178c5f5

Please sign in to comment.