Delete .vscode directory
This commit is contained in:
parent
39634da1d5
commit
3c943828fd
2 changed files with 0 additions and 31 deletions
22
.vscode/launch.json
vendored
22
.vscode/launch.json
vendored
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
// https://eslint.style/guide/faq#vs-code
|
|
||||||
"editor.formatOnSave": true,
|
|
||||||
"editor.formatOnSaveMode": "modifications",
|
|
||||||
"editor.codeActionsOnSave": {
|
|
||||||
"source.fixAll.eslint": true
|
|
||||||
},
|
|
||||||
"eslint.experimental.useFlatConfig": true,
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue