fixed vscode linux problem matcher
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 24 Nov 2021 23:15:21 +0000 (17:15 -0600)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 24 Nov 2021 23:15:21 +0000 (17:15 -0600)
misc/vscode/onyx-0.0.1.vsix
misc/vscode/package.json

index 61d70a134da48c2ca6926f938d12d5143a1cdde7..9d77d078cc8deff37f6346d28033066d88d80ac7 100644 (file)
Binary files a/misc/vscode/onyx-0.0.1.vsix and b/misc/vscode/onyx-0.0.1.vsix differ
index 37cae29c70b3665777600c2e0e462b4f82ffd8e6..4c30abb18f1cf9134abc94c1e8ac5d5457b5e627 100644 (file)
@@ -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,