mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
Configure VSCode things
This commit is contained in:
parent
e71fb90401
commit
cf3cef96e4
2 changed files with 18 additions and 0 deletions
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"geequlim.godot-tools",
|
||||
]
|
||||
}
|
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
".godot": true,
|
||||
"**/*.godot": true,
|
||||
"**/*.tres": true,
|
||||
"**/*.tscn": true,
|
||||
"**/*.import": true,
|
||||
},
|
||||
"files.associations": {
|
||||
"*.gdignore": "ignore",
|
||||
},
|
||||
"editor.insertSpaces": false,
|
||||
}
|
Loading…
Reference in a new issue