removing steam-games and reverting vscode folder based on feedback
This commit is contained in:
parent
c42e15b8c2
commit
f54d399dab
4 changed files with 31 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
data/
|
data/
|
||||||
*.env
|
*.env
|
||||||
.vscode/
|
|
||||||
|
|
|
||||||
22
.vscode/launch.json
vendored
Normal file
22
.vscode/launch.json
vendored
Normal 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
9
.vscode/settings.json
vendored
Normal 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,
|
||||||
|
}
|
||||||
|
|
@ -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/"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue