Skip to content

Commit 38c92b4

Browse files
committed
fix absolute paths in $dmd error matcher
1 parent 766127f commit 38c92b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,8 +1352,8 @@
13521352
"name": "dmd",
13531353
"owner": "d",
13541354
"fileLocation": [
1355-
"relative",
1356-
"${cwd}"
1355+
"autoDetect",
1356+
"${workspaceFolder}"
13571357
],
13581358
"pattern": {
13591359
"regexp": "^(.*?)(?:-mixin-\\d+)?\\((\\d+)(?:,\\s*(\\d+))?\\):\\s([Ww]arning|[Ee]rror|[Dd]eprecated|[Dd]eprecation|\\s{4,}):?\\s*(.*)$",

0 commit comments

Comments
 (0)