{ "clangd.arguments": [ "--compile-commands-dir=${workspaceFolder}/build" ], "cmake.configureOnOpen": true, "antlr4.rrd.saveDir": "${workspaceFolder}/build", "antlr4.atn.saveDir": "${workspaceFolder}/build", "antlr4.generation": { "mode": "internal", "language": "C++", "listeners": false, "visitors": true }, "[python]": { "editor.defaultFormatter": "ms-python.autopep8" }, "python.formatting.provider": "none" }