Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit 68655dd

Browse files
committed
2 parents 6339911 + fbf220d commit 68655dd

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This plugin integrates Cppcheck into Visual Studio and allows:
1111
* convenient message suppression management with options to suppress specific messages, all messages in a given file, specific message types in a given file, message types globally, solution-wide and project-wide.
1212

1313
### Download
14-
Visual Studio 2019 is supported. VS 2015 and 2017 are supported by the older releases.
14+
Visual Studio 2022 is supported. VS2019, 2017 and 2015 are supported by the older releases.
1515

1616
**<a href="https://github.com/VioletGiraffe/cppcheck-vs-addin/releases/latest">Get the latest release</a>**
1717

@@ -21,18 +21,8 @@ NOTE: The add-in does not deploy Cppcheck executable. Please, go to [Cppcheck](h
2121

2222
Should you decide to open, build and debug the project please follow these steps:
2323

24-
* Install Visual Studio SDK for your version of Visual Studio.
25-
If you plan to open the project in more that one supported version you'll have to install
26-
the matching Visual Studio SDK for each version of Visual Studio separately.
27-
<a href="http://www.microsoft.com/en-us/download/details.aspx?id=30668">Here's Visual Studio 2012 SDK</a>
28-
and <a href="http://www.microsoft.com/en-us/download/details.aspx?id=40758">here's Visual Studio 2013 SDK</a>. Starting with Visual Studio 2015, the <a href="https://msdn.microsoft.com/en-us/library/mt683786.aspx">SDK is an optional feature</a> to install.
29-
30-
* Note: if the Visual Studio instance in which you planned to open the project was running
31-
while you were installing the SDK you'll have to restart
32-
that Visual Studio instance - otherwise the project won't open.
33-
34-
* Once Visual Studio SDK has been installed you can start Visual Studio and open the project.
35-
24+
Use Visual Studio 2022 - ensure you have the workload for Extension Development installed. All SDKs are referenced as nuget packages and should
25+
3626
* Press F5 (*Debug* -> *Start Debugging*) to have the project built and deployed into "Experimental Instance" of Visual Studio.
3727
This should start another ("experimental") instance of Visual Studio *of the same version* with the addin deployed there.
3828

@@ -41,5 +31,6 @@ and <a href="http://www.microsoft.com/en-us/download/details.aspx?id=40758">here
4131
or the wrong Visual Studio version is started do the following:
4232
* right-click the project in Solution Explorer and get to *Properties*
4333
* get to *Debug* tab
44-
* next to *start external program* alter the path so that it points to where the right version of Visual Studio is installed. Path should be something like *"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe"*
34+
* next to *start external program* alter the path so that it points to where the right version of Visual Studio is installed. Path should be something like *"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe"*
4535
* In the same window add */rootsuffix Exp* to *Command line arguments*
36+

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version: 1.4.{build}
2-
image: Visual Studio 2019
1+
version: 1.5.{build}
2+
image: Visual Studio 2022
33
configuration: Release
44
platform: Any CPU
55
assembly_info:

0 commit comments

Comments
 (0)