You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my C++ project, there're tens of modules, thus tens of include path to be set in c_include_path property. Currently, s:MAX_SECTION_NAME is set to 255 and can't be alter by user configration.
Since s:MAX_SECTION_NAME is 4096, s:MAX_PROPERTY_VALUE shouldn't shorter than that.
BTW, it's better to expose an option to set these limits.
The text was updated successfully, but these errors were encountered:
In my C++ project, there're tens of modules, thus tens of include path to be set in
c_include_path
property. Currently,s:MAX_SECTION_NAME
is set to 255 and can't be alter by user configration.Since
s:MAX_SECTION_NAME
is 4096,s:MAX_PROPERTY_VALUE
shouldn't shorter than that.BTW, it's better to expose an option to set these limits.
The text was updated successfully, but these errors were encountered: