dish/.vscode/settings.json

13 lines
290 B
JSON
Raw Normal View History

2022-09-18 04:23:26 +00:00
{
"files.associations": {
2023-03-30 10:11:42 +00:00
"history.h": "c"
2022-09-18 04:23:26 +00:00
},
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
}