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 cb327dc commit e2fbcffCopy full SHA for e2fbcff
src/commands/jumpToTagAndOffset.ts
@@ -8,7 +8,7 @@ export async function jumpToTagAndOffset(): Promise<void> {
8
}
9
const nameMatch = file.name.match(/(.*)\.(int|mac)$/i);
10
if (!nameMatch) {
11
- vscode.window.showWarningMessage("Jump to Tag and Offset only supports .inc and .mac routines.");
+ vscode.window.showWarningMessage("Jump to Tag and Offset only supports .int and .mac routines.");
12
return;
13
14
const document = vscode.window.activeTextEditor?.document;
0 commit comments