Replies: 1 comment
-
This should help you... {
"version": "2.0.0",
"tasks": [
{
"label": "run pnpm dev",
"type": "shell",
"command": "pnpm run dev",
"options": {
"cwd": "${workspaceFolder}/frontend"
},
"presentation": {
"clear": true,
"panel": "shared",
"showReuseMessage": false
},
"problemMatcher": []
}
]
} Notice the key Hope that helps someone! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
Maybe it's a stupid question, but I cannot find an answer anywhere including the documentation.
How do I declare a task in VS Code?
The following throws an error "Error: there is no registered task type 'pnpm'"
.vscode/tasks.json
:I tried to install the following extension but it doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions