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
This is a bug with our cpptools extension (introduced in 0.10.5). You can fix it via opening "C:\Users\<user>\.vscode\extensions\ms-vscode.cpptools-0.10.5\out\src\LanguageServer\C_Cpp.js" and changing the lines 174 and 181 to con.update(lang, langConfig);, i.e. removing the "true" which forced the update to occur to the user settings. We'll try to fix this for our next update. You can file a bug at https://github.com/Microsoft/vscode-cpptools/issues if you want.
Steps to Reproduce:
.vscode
directory..vscode
containing language-specificsettings.json
.vscode
as user settings.The text was updated successfully, but these errors were encountered: