Updated launch scripts

This commit is contained in:
notzippy@gmail.com
2022-03-04 17:21:29 -08:00
parent 25dc05b31e
commit 3cd5ebbde2
2 changed files with 10 additions and 2 deletions

10
.vscode/tasks.json vendored
View File

@@ -7,6 +7,14 @@
"label": "Clean-Test-Project",
"type": "shell",
"command": "rm -rf ${workspaceRoot}/.temp/revel/testproject"
}
},
{
"label": "Update Go Mod",
"type": "shell",
"options": {
"cwd": "${workspaceRoot}/.temp/revel/testproject"
},
"command": "go mod tidy && go mod edit -replace github.com/revel/revel => ../../../revel"
},
]
}