Delete .vscode directory

This commit is contained in:
drklien 2025-07-17 12:42:45 +10:00 committed by GitHub
parent 39634da1d5
commit 3c943828fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 31 deletions

22
.vscode/launch.json vendored
View file

@ -1,22 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Steam",
"outputCapture": "std",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/steam-games.js",
"env": {
"STEAM_JSON": "1",
"STEAM_GAMERPOWER": "1"
}
}
]
}