mitaki28 / vscode-clang

Completion and Diagnostic for C/C++/Objective-C using Clang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

it seems that the plugin doesn't work for the big project

begend opened this issue · comments

i have log "Output omitted for a large object that exceeds the limits" in console. my "completion.maxBuffer" is 83886080. but i found that the atom-clang work for my big project. and i found that it has "-I" args and "clang pch" future in atom-clang. i tied the "_I" args, but it seemed nothing works