Metadata updates.

This commit is contained in:
Anna Rose Wiggins 2024-07-29 21:24:46 -04:00
parent 89278d4a9b
commit 0c393d87cc
3 changed files with 30 additions and 1 deletions

18
.vscode/tasks.json vendored Normal file
View file

@ -0,0 +1,18 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "make",
"type": "shell",
"command": "bash",
"args": ["-c", "make"],
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]
}