From: Brendan Hansen Date: Wed, 24 Nov 2021 23:18:37 +0000 (-0600) Subject: fixing problem matcher X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=6b0293116cd8f79f4e5d5697a3f510189cc43a10;p=onyx.git fixing problem matcher --- diff --git a/misc/vscode/onyx-0.0.1.vsix b/misc/vscode/onyx-0.0.1.vsix index 9d77d078..68d99fd1 100644 Binary files a/misc/vscode/onyx-0.0.1.vsix and b/misc/vscode/onyx-0.0.1.vsix differ diff --git a/misc/vscode/package.json b/misc/vscode/package.json index 4c30abb1..afc5a5be 100644 --- a/misc/vscode/package.json +++ b/misc/vscode/package.json @@ -41,7 +41,7 @@ "owner": "onyx", "fileLocation": "absolute", "pattern": { - "regexp": "\\((/[^:]*|[a-zA-Z]:[^:]+):([0-9]+),([0-9]+)\\) (.*)", + "regexp": "\\((/[^:]+|[a-zA-Z]:[^:]+):([0-9]+),([0-9]+)\\) (.*)", "file": 1, "line": 2, "column": 3,