Install clangd for better code completion found here
Disable the default c++ intellisense in settings.json (clangd should already prompt for this by default):
"C_Cpp.intelliSenseEngine": "Disabled",
Run the launch target from the Run/Debug tab.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Install clangd for better code completion found here
Disable the default c++ intellisense in settings.json (clangd should already prompt for this by default):
"C_Cpp.intelliSenseEngine": "Disabled",
Run the launch target from the Run/Debug tab.