Add initial CI, presets, and devcontainers.

This commit is contained in:
Allison Piper
2024-04-04 21:07:27 +00:00
parent 42d99a5753
commit eb5940c64f
62 changed files with 3185 additions and 662 deletions

View File

@@ -0,0 +1,14 @@
{
"problemMatcher": [
{
"owner": "nvcc",
"pattern": [
{
"regexp": "^\\/home\\/coder\\/(.+):(\\d+):(\\d+): (\\w+): \"(.+)\"$",
"severity": 4,
"message": 5
}
]
}
]
}