Delete .vscode directory

This commit is contained in:
tacotexmex 2023-08-03 17:41:13 +02:00 committed by GitHub
parent 9782007646
commit ebf9ad1b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.vscode/settings.json vendored
View File

@ -1,11 +0,0 @@
{
"emeraldwalk.runonsave": {
"commands": [
{
"match": ".lua",
"isAsync": true,
"cmd": "killall minetest; rm ../../worlds/cordoba/map.sqlite; /Applications/minetest.app/Contents/MacOS/minetest --go --worldname cordoba"
},
]
}
}