We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c574d commit a3c0578Copy full SHA for a3c0578
packages/core/src/extension.ts
@@ -78,7 +78,7 @@ export async function activateCommon(
78
globals.contextPrefix = '' //todo: disconnect supplied argument
79
80
registerCommandErrorHandler((info, error) => {
81
- const defaultMessage = localize('AWS.generic.message.error', 'Failed to run command: {0}', info.id)
+ const defaultMessage = localize('AWS.generic.message.error', 'Failed to rux command: {0}', info.id)
82
void logAndShowError(localize, error, info.id, defaultMessage)
83
})
84
0 commit comments