summaryrefslogtreecommitdiff
path: root/.vscode
AgeCommit message (Collapse)Author
2024-07-09Fix deployment for plugin names with more than one spaces (#41)Renn
2024-02-26Make `setup.sh` download the correct binaries. (#37)AnOpenSauceDev
`setup.sh` downloads non-existent binaries for Decky CLI, creating a file with the contents "Not Found". This puts a check for both OS and arch so the right files are downloaded.
2024-02-04Support spaces in pwdTrainDoctor
2023-09-08Update defsettings.json (#32)jurassicplayer
Set default to the default hostname to possibly remove setup effort
2023-08-03Remove spaces properlyTrainDoctor
Remove all spaces and replace with dashes as originally intended.
2023-06-07Update setup.shTrainDoctor
2023-06-04Fix setup cli detection (#26)Yao Chung Hu
2023-06-04Global DFL Part 2 (#25)Yao Chung Hu
2023-06-03Global dfl (#24)TrainDoctor
* Initial global DFL support * Update DFL * Remove unmaintained makefile * Move to CLI * Properly extract zip files! --------- Co-authored-by: AAGaming <aa@mail.catvibers.me>
2023-02-20Add a 'restartloader' tasks to restart the python backend. (#19)Kevin Hester
This is useful for testing/developing the python code. I also added this as an optional last subtask on allinone.
2023-01-18add py_modules to vscode defsettings.json (#14)Luis Finke
2022-07-27Ensure correct permissions during deployment. (#6)D_Pain
* Sets files and directories that are being deployed to the Steamdeck to have correct permissions.
2022-07-26Missed a spot, this will make all subdirs of homebrew readwrite-ableTrainDoctor
Keep in mind this does not reflect the default setup for end-users!
2022-07-25Update tasks to deploy plugins to non-dev directoryTrainDoctor
Now that binary releases are out, this makes more sense for developers.
2022-06-29Run chmodfolders before and after deployTrainDoctor
2022-06-16Remove updatefrontendlib, will only be used as neededTrainDoctor
2022-06-16They were, in fact... doing somethingTrainDoctor
2022-06-16Chmod task to fix permsTrainDoctor
2022-06-16Working deploy task to send to deckTrainDoctor
2022-06-14This is broken but new job awaitsTrainDoctor
2022-06-14Add README, tasks, moved to pnpm and added an ignore for react (#3)TrainDoctor