diff --git a/scratch-vhdl-vscode/package.json b/scratch-vhdl-vscode/package.json index eba160c..41f844e 100644 --- a/scratch-vhdl-vscode/package.json +++ b/scratch-vhdl-vscode/package.json @@ -8,7 +8,7 @@ "publisher": "JosephAbbey", "displayName": "Scratch VHDL", "description": "", - "version": "0.2.8", + "version": "0.2.9", "license": "MIT", "engines": { "vscode": "^1.65.0" diff --git a/scratch-vhdl-vscode/src/extension.ts b/scratch-vhdl-vscode/src/extension.ts index 1bd4be5..d49ccf5 100644 --- a/scratch-vhdl-vscode/src/extension.ts +++ b/scratch-vhdl-vscode/src/extension.ts @@ -33,7 +33,7 @@ export function activate(context: vscode.ExtensionContext) { } ); output = output.replace( - / --> [a-zA-Z]:[\\\/](?:[^\\\/<>:"|?*\s]+[\\\/])*(?:[^\\\/<>:"|?*\s]+\.asm):\x1b\[0m\x1b\[90m(\d+):(\d+)/g, + / --> ([a-zA-Z]:[\\\/](?:[^\\\/<>:"|?*\s]+[\\\/])*(?:[^\\\/<>:"|?*\s]+\.asm)):\x1b\[0m\x1b\[90m(\d+):(\d+)/g, (_, file, line, column) => ` --> ${file}: