Skip to content

Commit

Permalink
enable statement execution vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Dec 3, 2024
1 parent 2827423 commit b8fbb9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"ignoreFailures": true
}
],
"externalConsole": false,
"externalConsole": true,
"logging": {
"engineLogging": true
"engineLogging": false
}
},
{
Expand All @@ -36,9 +36,9 @@
"ignoreFailures": true
}
],
"externalConsole": false,
"externalConsole": true,
"logging": {
"engineLogging": true
"engineLogging": false
}
}
]
Expand Down

0 comments on commit b8fbb9d

Please sign in to comment.