dish/.vscode/settings.json
2022-09-18 13:44:40 +08:00

16 lines
No EOL
359 B
JSON

{
"files.associations": {
"stdio.h": "c",
"stdlib.h": "c",
"loop.h": "c",
"exec.h": "c"
},
"editor.tabSize": 2,
"makefile.launchConfigurations": [
{
"cwd": "/home/ir/dev/priCode/dish",
"binaryPath": "/home/ir/dev/priCode/dish/dish",
"binaryArgs": []
}
]
}