removing steam-games and reverting vscode folder based on feedback

This commit is contained in:
drklien 2025-07-24 14:33:30 +10:00 committed by GitHub
parent c42e15b8c2
commit f54d399dab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 9 deletions

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
node_modules/
data/
*.env
.vscode/

22
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,22 @@
{
// 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"
}
}
]
}

9
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,9 @@
{
// https://eslint.style/guide/faq#vs-code
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.experimental.useFlatConfig": true,
}

View file

@ -1,8 +0,0 @@
[
{
"url": "https://store.steampowered.com/app/2447060/Monster_Tiles_TD/"
},
{
"url": "https://store.steampowered.com/app/2568880/The_Hardest_Game_Ever/"
}
]