Skip to content

Commit

Permalink
Merge branch 'main' into ODATA-1583
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Feb 22, 2024
2 parents da9f54a + f56f396 commit b76bc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"label": "Check ABNF",
"type": "shell",
"command": "./lib/check-abnf.ps1",
"command": "pwsh ./lib/check-abnf.ps1",
"options": {
"cwd": "."
},
Expand All @@ -20,7 +20,7 @@
{
"label": "Check ABNF & watch",
"type": "shell",
"command": "./lib/check-abnf.ps1 -watch",
"command": "pwsh ./lib/check-abnf.ps1 -watch",
"options": {
"cwd": "."
},
Expand Down

0 comments on commit b76bc87

Please sign in to comment.