Closed billgan1024 closed 1 year ago
Hi @billgan1024 . The squiggles you are referring to appear to be associated with "gcc". Those are the result of the build process. It's by design that those remain until you rebuild (or load the window, etc.). The squiggles associated with IntelliSense will display "C/C++" associated with them. Those will update dynamically.
Closing this as by-design.
Environment
VSCode version Version: 1.75.1 Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf Date: 2023-02-08T21:35:30.018Z Electron: 19.1.9 Chromium: 102.0.5005.194 Node.js: 16.14.2 V8: 10.2.154.23-electron.0 OS: Linux x64 6.1.11-76060111-generic Sandboxed: No
C++ extension version: 1.14.3
Bug Summary and Steps to Reproduce
Bug Summary: After running a c++ file with errors and fixing the error, the error squiggle does not disappear in vscode even though the 'error squiggle count' goes back to 0.
Steps to reproduce:
e.g. after deleting the code:
Configuration and Logs
Other Extensions
No other extensions need to be installed for this issue to occur.
Additional context
No response