diff options
| author | AAGaming <aagaming@riseup.net> | 2024-02-14 17:49:00 -0500 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-02-14 17:49:00 -0500 |
| commit | 37d70c31ff10ed8ab2f9239023bcdffe9801d879 (patch) | |
| tree | c76f12c38c00c6f35f99504e822fb3f827fc7a6c | |
| parent | ee1627a3a1aad639fc7c51b4966abd9771c7ee47 (diff) | |
| download | decky-loader-37d70c31ff10ed8ab2f9239023bcdffe9801d879.tar.gz decky-loader-37d70c31ff10ed8ab2f9239023bcdffe9801d879.zip | |
stop using homebrew/dev/plugins
it keeps causing me confusion between plugin versions in development
| -rw-r--r-- | .vscode/tasks.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3fe52c6f..6971446d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -100,7 +100,7 @@ "dependsOn": [ "checkforsettings" ], - "command": "ssh deck@${config:deckip} -p ${config:deckport} ${config:deckkey} 'mkdir -p ${config:deckdir}/homebrew/dev/pluginloader && mkdir -p ${config:deckdir}/homebrew/dev/plugins'", + "command": "ssh deck@${config:deckip} -p ${config:deckport} ${config:deckkey} 'mkdir -p ${config:deckdir}/homebrew/dev/pluginloader && mkdir -p ${config:deckdir}/homebrew/plugins'", "problemMatcher": [] }, { @@ -120,7 +120,7 @@ "dependsOn": [ "checkforsettings" ], - "command": "ssh deck@${config:deckip} -p ${config:deckport} ${config:deckkey} 'export PATH=${config:deckdir}/.local/bin:$PATH; export PLUGIN_PATH=${config:deckdir}/homebrew/dev/plugins; export CHOWN_PLUGIN_PATH=0; export LOG_LEVEL=DEBUG; cd ${config:deckdir}/homebrew/dev/pluginloader/backend; echo '${config:deckpass}' | sudo -SE poetry run sh -c \"cd ${config:deckdir}/homebrew/services; python3 ${config:deckdir}/homebrew/dev/pluginloader/backend/main.py\"'", + "command": "ssh deck@${config:deckip} -p ${config:deckport} ${config:deckkey} 'export PATH=${config:deckdir}/.local/bin:$PATH; export PLUGIN_PATH=${config:deckdir}/homebrew/plugins; export CHOWN_PLUGIN_PATH=0; export LOG_LEVEL=DEBUG; cd ${config:deckdir}/homebrew/dev/pluginloader/backend; echo '${config:deckpass}' | sudo -SE poetry run sh -c \"cd ${config:deckdir}/homebrew/services; python3 ${config:deckdir}/homebrew/dev/pluginloader/backend/main.py\"'", "problemMatcher": [] }, { |
