mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-29 06:22:25 -05:00
add py_modules to vscode defsettings.json (#14)
This commit is contained in:
parent
965b1ea7d0
commit
9b03754939
1 changed files with 4 additions and 1 deletions
5
.vscode/defsettings.json
vendored
5
.vscode/defsettings.json
vendored
|
|
@ -3,5 +3,8 @@
|
|||
"deckport" : "22",
|
||||
"deckpass" : "ssap",
|
||||
"deckkey" : "-i ${env:HOME}/.ssh/id_rsa",
|
||||
"deckdir" : "/home/deck"
|
||||
"deckdir" : "/home/deck",
|
||||
"python.analysis.extraPaths": [
|
||||
"./py_modules"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue