Skip to content

Commit b9e5d2f

Browse files
committed
Remove ErrorMessage
1 parent 5a38f21 commit b9e5d2f

3 files changed

Lines changed: 2466 additions & 10 deletions

File tree

extension/util.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ const getWorkspace = (context) => {
9292
}
9393
}
9494

95-
// If we did not get Workspace, let the user know
96-
if (!workspace) {
97-
const message = localize('debug.logger.missingWorkspace')
98-
logger(localize('debug.logger.error', 'getWorkspace', message), 'error')
99-
vscode.window.showErrorMessage(`${localize('extension.title')}: ${message}`)
100-
}
101-
10295
// Debug Cartridge Path
10396
logger(localize('debug.logger.workspace', workspace))
10497

0 commit comments

Comments
 (0)