Add support for the 'decky_plugin' module exposed by decky-loader

This commit is contained in:
Philipp Richter 2023-01-23 15:24:44 +01:00
commit 0110fe2530
No known key found for this signature in database
GPG key ID: 8DECB02C9406DC24
2 changed files with 30 additions and 10 deletions

View file

@ -5,6 +5,7 @@
"deckkey" : "-i ${env:HOME}/.ssh/id_rsa",
"deckdir" : "/home/deck",
"python.analysis.extraPaths": [
"../decky-loader/plugin",
"./py_modules"
]
}