swayfx/.vscode/settings.json

8 lines
232 B
JSON
Raw Normal View History

2024-07-24 12:00:04 +10:00
{
"editor.formatOnSave": false,
"C_Cpp.default.compileCommands": "/home/alex/forks/swayfx/builddir/compile_commands.json",
"C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild",
"files.associations": {
"*.h": "c"
}
}