Skip to content

Commit

Permalink
removed run trace in terminal on error
Browse files Browse the repository at this point in the history
  • Loading branch information
typeholes committed May 28, 2024
1 parent 3e6fd53 commit ddb052a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ async function runTrace() {
if (code) {
setStatusBarState('traceError', true)
vscode.window.showErrorMessage('error running trace')
const terminal = await openTerminal()
terminal.sendText(fullCmd)
return
}

Expand Down

0 comments on commit ddb052a

Please sign in to comment.