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",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "ml -f debug.lsp",
|
"label": "ml -d -f debug.lsp",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "ml -f debug.lsp",
|
"command": "ml -d -f debug.lsp",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
|
|||||||
Reference in New Issue
Block a user