0.22.2-insiders
Pre-release
Pre-release
Instructions
Set the "C_Cpp.updateChannel" setting to "Insiders" to auto-install the latest Insiders vsix.
Requirements
- VS Code 1.30.0 or later.
Bug Fixes
- Fix various IntelliSense parsing bugs. #2824, #3110, #3168
- Enable
-fms-extensions
to be used as an argument tocompilerPath
on Linux/Mac. #3063 - Fix duplicate compiler build tasks appearing when
compilerPath
has arguments. PR #3360 - Add squiggle when
compilerPath
uses spaces and arguments without"
. #3357 - Fix environment variables not resolving with
C_Cpp.intelliSenseCachePath
. #3367 - Fix the formatting of snippets text. #3376
- Fix the default
AccessModifierOffset
used when formatting. #3376 - Fix null reference during initialization when using custom configuration providers. PR #3377
- Fix symbol parsing when
__MINGW_ATTRIB_*
is used. #3390 - Fix
compile_commands.json
configuration prompt being disabled per user instead of per folder. PR #3399 - Add
enableConfigurationSquiggles
setting to allow squiggles to be disabled forc_cpp_properties.json
. #3403
Known Regressions
Nothing yet.