From: Brendan Hansen Date: Wed, 24 Nov 2021 23:15:21 +0000 (-0600) Subject: fixed vscode linux problem matcher X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=c97ef013f9dc61213cb4aaf5da8d3cabb0349a8d;p=onyx.git fixed vscode linux problem matcher --- diff --git a/misc/vscode/onyx-0.0.1.vsix b/misc/vscode/onyx-0.0.1.vsix index 61d70a13..9d77d078 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 37cae29c..4c30abb1 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,