Skip to content

Instantly share code, notes, and snippets.

@fadookie
Last active February 19, 2024 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fadookie/ae4ce31a3b2eff06f42331c4199d90d0 to your computer and use it in GitHub Desktop.
Save fadookie/ae4ce31a3b2eff06f42331c4199d90d0 to your computer and use it in GitHub Desktop.
Error output from decky-plugin-template builddeploy step.
Error: the task 'depsetup' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:
{
"label": "depsetup",
"type": "shell",
"group": "none",
"detail": "Install depedencies for basic setup",
"linux": {
"command": "${workspaceFolder}/.vscode/setup.sh"
},
"problemMatcher": []
}
Error: the task 'settingscheck' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:
{
"label": "settingscheck",
"type": "shell",
"group": "none",
"detail": "Check that settings.json has been created",
"linux": {
"command": "${workspaceFolder}/.vscode/config.sh"
},
"problemMatcher": []
}
Error: the task 'cli-build' neither specifies a command nor a dependsOn property. The task will be ignored. Its definition is:
{
"label": "cli-build",
"group": "build",
"detail": "Build plugin with CLI",
"linux": {
"command": "${workspaceFolder}/.vscode/build.sh"
},
"problemMatcher": []
}
Couldn't resolve dependent task 'depsetup' in workspace folder 'file:///Users/eliotlash/dev/eliot/decky-timer'
Couldn't resolve dependent task 'settingscheck' in workspace folder 'file:///Users/eliotlash/dev/eliot/decky-timer'
Couldn't resolve dependent task 'cli-build' in workspace folder 'file:///Users/eliotlash/dev/eliot/decky-timer'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment