Add .vscode/tasks.json

Contains a bunch of helper tasks for building the project and pushing changes to gerrit

Change-Id: I1f2b118e0fd811c5b67f26803d94569609697284
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/44785
Auto-Submit: Ben Clayton <bclayton@google.com>
Reviewed-by: Antonio Maiorano <amaiorano@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
Ben Clayton
2021-03-16 13:33:23 +00:00
committed by Commit Bot service account
parent be0fc4e929
commit 63c87d9582
2 changed files with 108 additions and 1 deletions

3
.gitignore vendored
View File

@@ -3,7 +3,8 @@
.gclient
.gclient_entries
.vs
.vscode
.vscode/*
!.vscode/tasks.json
.idea
build
buildtools