We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c0201 commit 9f88445Copy full SHA for 9f88445
1 file changed
.vscode/settings.json
@@ -73,5 +73,7 @@
73
"autopep8.args": [
74
"--max-line-length=90"
75
],
76
- "C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "sameLine"
+ "C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "sameLine",
77
+ "C_Cpp.default.compileCommands": "/home/odrpack-python/builddir/compile_commands.json",
78
+ "C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild"
79
}
0 commit comments