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

index 9d77d078cc8deff37f6346d28033066d88d80ac7..68d99fd110f142f6c38c8877af99864f11f63e2d 100644 (file)
Binary files a/misc/vscode/onyx-0.0.1.vsix and b/misc/vscode/onyx-0.0.1.vsix differ
index 4c30abb18f1cf9134abc94c1e8ac5d5457b5e627..afc5a5be0dc6717c00740d03962c914163e9afb3 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,