mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2024-11-22 14:16:52 -08:00
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
// 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": [
|
|
""
|
|
]
|
|
}
|
|
]
|
|
} |