Last active
February 19, 2024 22:10
-
-
Save fadookie/ae4ce31a3b2eff06f42331c4199d90d0 to your computer and use it in GitHub Desktop.
Error output from decky-plugin-template builddeploy step.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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