Update comments so they are inline with the updated decky-loader api

This commit is contained in:
Snowworm 2024-08-02 10:49:49 +01:00 committed by GitHub
parent 78705aeecd
commit 42e2171965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,9 @@
import os
# The decky plugin module is located at decky-loader/plugin
# The decky plugin module is located at decky-loader (repo) -> backend/decky_loader/plugin/imports
# For easy intellisense checkout the decky-loader code one directory up
# or add the `decky-loader/plugin` path to `python.analysis.extraPaths` in `.vscode/settings.json`
import decky_plugin
# and add the `decky-loader/backend/decky_loader/plugin/imports` path to `python.analysis.extraPaths` in `.vscode/settings.json`
import decky as decky_plugin
class Plugin: