- Fix bug with negative column number in range vscode (#2)
- Added option to
cppcheck-lite.standard, allowing users to specify it manually viacppcheck-lite.argumentsor letcppcheckuse its default setting. - Improved Windows compatibility by quoting paths and normalizing backslashes in executable and file paths.
- FIX Ignore background file openings (e.g., during symbol renaming) to prevent unnecessary Cppcheck runs and clutter in the Problems tab.
- Added
cppcheck-lite.pathsetting to specify a custom path to thecppcheckexecutable. - Improved error handling to display a message if
cppcheckis not found or cannot be run.
- Added "Code" field showing the applied C/C++ standard to items in the Problems panel.
- Enabled cppcheck execution when opening a new file.
- Ensured cppcheck runs for all open files when a workspace is opened.
Initial release