0.21.0-insiders
Pre-release
Pre-release
- Add support for
__int128_t
and__uint128_t
types. #1815 - Fix several incorrect IntelliSense error squiggles. #1942, #2478, #2763
- Fix several crashes. #2505, #2768
- Fix completion not working in template specializations. #2620
- Fix IntelliSense-based
Go to Definition
with overloads that return a template with a default param (e.g. vector) #2736 - Fix memory "leak" when parsing a large workspace. #2737
- Fix
Go to Definition
when__catch()
,_NO_EXCEPT_DEBUG
, or_LIBCPP_BEGIN_NAMESPACE_STD
is used. #2761, #2766 - Fix compiler in
compile_commands.json
not taking precedence over theCpp.default.compilerPath
. #2793
Instructions
To use the "offline" .vsix (that doesn't download dependencies on extension activation), download the .vsix that matches your OS and run the "Install from VSIX" command in VS Code.