You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Cppcheck Official
2
2
3
-
**Cppcheck Official** is a minimalistic Visual Studio Code extension that runs [cppcheck](https://cppcheck.sourceforge.net/) against C/C++ files upon save and reports any warnings or errors in the Problems panel.
3
+
**Cppcheck Official** is a Visual Studio Code extension that runs [cppcheck](https://cppcheck.sourceforge.io/) against C/C++ files upon save and reports any warnings or errors in the Problems panel.
-**Diagnostic cleanup**: When you close a file, its diagnostics are automatically cleared.
12
12
-**Project file support**: You can feed your project file to cppcheck through the `--project` flag in the `cppcheck-official.arguments` field in the extension settings.
13
+
-**Warning notes**: Display notes for warnings when those are available
14
+
13
15
## Requirements
14
16
15
17
**Cppcheck** must be installed on your system.
@@ -19,7 +21,7 @@
19
21
Examples of installing Cppcheck:
20
22
- On Linux (Debian/Ubuntu), install via `sudo apt-get install cppcheck`.
21
23
- On macOS with Homebrew: `brew install cppcheck`.
22
-
- On Windows, install from [cppcheck's website](https://cppcheck.sourceforge.net/).
24
+
- On Windows, install from [cppcheck's website](https://cppcheck.sourceforge.io/).
0 commit comments