1.22.9 #12840
sean-mcmanus
started this conversation in
General
1.22.9
#12840
Replies: 0 comments
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:
Extensions: Install from VSIX...
command in VS Code (don't double-click the vsix or another app like VS might try to open it incorrectly).npx @vscode/vsce@latest verify-signature -i <.vsix> -m <.signature.manifest> -s <.signature.p7s>
vscode-vsce#1044.Requirements
Changes
Performance Improvements
Enhancements
C_Cpp
settings to theC/C++: Log Diagnostics
output. #11700"editor.stickyScroll.defaultModel"
to"foldingProviderModel"
. #12483C_Cpp.intelliSenseEngineFallback
setting. #12596C/C++: Log Diagnostics
without a C/C++ file being active. #12634C/C++: Log Diagnostics
output. PR #12635"C_Cpp.experimentalFeatures": "enabled"
and typing#cpp
in the chat.C/C++: Log Diagnostics
output.Bug Fixes
-I
not being used if-iquote
is also used for the same path. #12551nvcc
(CUDA) command lines not being handled correctly. #12553size_t
not being defined. #12618/FU
flag not working for C++/CLI. #12641find_existing_intellisense_client
. #12666get_memory_usage
. #12667compilerPath
. PR #12774"files.refactoring.autoSave": false
is used.compiler-binddir
compiler argument.This discussion was created from the release 1.22.9.
Beta Was this translation helpful? Give feedback.
All reactions