1.24.5 #13456
sean-mcmanus
started this conversation in
General
1.24.5
#13456
Replies: 2 comments 9 replies
-
Is it me, or this way of detecting if we are in VSCode no longer works?
I would need a more universal way then. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello, I need help. I use the same c_cpp_properties.json for 1.24.3 and 1.24.5, but on the latest version cpptools eat up all my pc ram. As I can see in the progress info of the file analyser in version 1.24.5 vscode is analysing several times more files. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instructions
The extension can be obtained by one of the methods below:
npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s>
vscode-vsce#1044.Requirements
Changes
New Feature
C_Cpp.copilotHover
setting. PR #13385Enhancements
#cpp
is used. PR #13285recursiveIncludes
property toc_cpp_properties.json
. PR #13374C_Cpp.updateChannel
setting. PR #13376-cxx-isystem
,-stblib++-isystem
,-isystem-after
, and--include-barrier
Clang compiler arguments when composing the order of include paths used by IntelliSense.Bug Fixes
build_sections
. #12666, #12956C_Cpp.intelliSenseCacheSize
is > 0. #12668-framework
compiler argument. #13204.editorconfig
tab_size
. PR #13216svdPath
description being missing forlaunch.json
. #13287C:
being treated as a relative path. PR #13297compile_commands.json
file that is not used by the active configuration. #13317get_mangled_function_name
IntelliSense process crash. #13358${workspaceFolder}/*
include path not being used as a non-recursive browse path.-imsvc
argument.didOpen
requests after a crash.This discussion was created from the release 1.24.5.
Beta Was this translation helpful? Give feedback.
All reactions