summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-06-13 18:11:44 -0400
committerAAGaming <aagaming@riseup.net>2024-06-13 18:31:08 -0400
commitb939274d157257d0a57b339193d961b39ded6207 (patch)
tree8d8fa1ac4ca672b7ced3042fb5f9ce1da7e99dee /.vscode
parentcbd489150fc2f721fe788ef6d58b8b792843e7d0 (diff)
downloaddecky-bazzite-buddy-b939274d157257d0a57b339193d961b39ded6207.tar.gz
decky-bazzite-buddy-b939274d157257d0a57b339193d961b39ded6207.zip
support new APIs fully
Diffstat (limited to '.vscode')
-rwxr-xr-x.vscode/build.sh2
-rw-r--r--.vscode/tasks.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/build.sh b/.vscode/build.sh
index 7fc5a93..2310ff0 100755
--- a/.vscode/build.sh
+++ b/.vscode/build.sh
@@ -7,4 +7,4 @@ printf "Please input sudo password to proceed.\n"
# printf "\n"
-echo $sudopass | sudo $CLI_LOCATION/decky plugin build $(pwd)
+echo $sudopass | sudo -E $CLI_LOCATION/decky plugin build $(pwd)
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 027b4e4..22881ed 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -131,8 +131,8 @@
"label": "updatefrontendlib",
"type": "shell",
"group": "build",
- "detail": "Update deck-frontend-lib aka DFL",
- "command": "pnpm update decky-frontend-lib --latest",
+ "detail": "Update @decky/ui aka DFL",
+ "command": "pnpm update @decky/ui --latest",
"problemMatcher": []
},
//Used chmod plugins folder to allow copy-over of files