Skip to content

Commit

Permalink
Fix README.md and task definitions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaOlejniczak authored Aug 19, 2024
1 parent 86ac421 commit fd7a646
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": "2.0.0",
"tasks": [
{
"path": "packages/utils/parcel-lsp/",
"label": "npm: watch - packages/utils/parcel-lsp",
"path": "packages/utils/atlaspack-lsp/",
"label": "npm: watch - packages/utils/atlaspack-lsp",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand All @@ -17,8 +17,8 @@
}
},
{
"path": "packages/utils/parcel-lsp-protocol/",
"label": "npm: watch - packages/utils/parcel-lsp-protocol",
"path": "packages/utils/atlaspack-lsp-protocol/",
"label": "npm: watch - packages/utils/atlaspack-lsp-protocol",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand All @@ -32,8 +32,8 @@
}
},
{
"path": "packages/utils/parcelforvscode/",
"label": "npm: watch - packages/utils/parcelforvscode",
"path": "packages/utils/atlaspackforvscode/",
"label": "npm: watch - packages/utils/atlaspackforvscode",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand All @@ -49,9 +49,9 @@
{
"label": "Watch VSCode Extension",
"dependsOn": [
"npm: watch - packages/utils/parcel-lsp",
"npm: watch - packages/utils/parcel-lsp-protocol",
"npm: watch - packages/utils/parcelforvscode"
"npm: watch - packages/utils/atlaspack-lsp",
"npm: watch - packages/utils/atlaspack-lsp-protocol",
"npm: watch - packages/utils/atlaspackforvscode"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion README.md

0 comments on commit fd7a646

Please sign in to comment.