Skip to content

Commit

Permalink
Update defsettings.json (#32)
Browse files Browse the repository at this point in the history
Set default to the default hostname to possibly remove setup effort
  • Loading branch information
jurassicplayer authored Sep 8, 2023
1 parent 5a91054 commit a193ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/defsettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"deckip" : "0.0.0.0",
"deckip" : "steamdeck.local",
"deckport" : "22",
"deckuser" : "deck",
"deckpass" : "ssap",
Expand All @@ -9,4 +9,4 @@
"python.analysis.extraPaths": [
"./py_modules"
]
}
}

0 comments on commit a193ffa

Please sign in to comment.