better stack trace for debug task
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -4,9 +4,9 @@
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "ml -f debug.lsp",
|
||||
"label": "ml -d -f debug.lsp",
|
||||
"type": "shell",
|
||||
"command": "ml -f debug.lsp",
|
||||
"command": "ml -d -f debug.lsp",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
|
||||
Reference in New Issue
Block a user