dish/.vscode/settings.json

12 lines
265 B
JSON
Raw Normal View History

2022-09-18 04:23:26 +00:00
{
"files.associations": {
},
2022-09-18 05:43:33 +00:00
"editor.tabSize": 2,
"makefile.launchConfigurations": [
{
"cwd": "/home/ir/dev/priCode/dish",
"binaryPath": "/home/ir/dev/priCode/dish/dish",
"binaryArgs": []
}
]
2022-09-18 04:23:26 +00:00
}