Skip to content

Commit

Permalink
fix: arkdark error extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed Jun 1, 2024
1 parent 12b3189 commit a569f63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ark/dark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "arkdark",
"displayName": "ArkDark",
"description": "ArkType syntax highlighting and theme⛵",
"version": "5.2.3",
"version": "5.2.4",
"publisher": "arktypeio",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -59,11 +59,11 @@
},
"errorLens.replace": [
{
"matcher": "'keyError<\"(.*)\">'\\.$",
"matcher": ".*'keyError<\"(.*)\">'\\.$",
"message": "$1"
},
{
"matcher": "'\"(.*\\u200A)\"'\\.$",
"matcher": ".*'\"(.*\\u200A)\"'\\.$",
"message": "$1"
},
{
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@
},
"eslintConfig": {
"extends": "./ark/repo/.eslintrc.cjs"
}
},
"packageManager": "[email protected]"
}

0 comments on commit a569f63

Please sign in to comment.