Skip to content

Commit 2566896

Browse files
committed
undo tasks.json file
1 parent 8c1e121 commit 2566896

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"options": {
3131
"cwd": "${workspaceFolder}/3rd/luamake"
32-
}
32+
},
3333
},
3434
{
3535
"type": "shell",
@@ -42,12 +42,7 @@
4242
},
4343
"osx": {
4444
"command": "${workspaceFolder}/3rd/luamake/luamake rebuild"
45-
},
46-
"problemMatcher": [],
47-
"group": {
48-
"kind": "build",
49-
"isDefault": true
5045
}
51-
}
46+
},
5247
]
5348
}

0 commit comments

Comments
 (0)