{ "clang.cxxflags": [ "-std=c++17", "-I${workspaceRoot}/include" ], "clang.cflags": [ "-ansi", "-I${workspaceRoot}/generator/include", "-Wpedantic" ] }