ClassicOS/,vscode/tasks.json

15 lines
249 B
JSON
Raw Normal View History

2023-07-10 03:05:34 -07:00
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "",
"type": "cmake",
"command": "test",
"problemMatcher": [
""
]
}
]
}