Skip to content

Commit b2aac1b

Browse files
add warning (#80)
1 parent eed1b48 commit b2aac1b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/getting_started/2_choosing_your_ide_visual_studio.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ When installing Visual Studio, the following workloads are required depending on
3535

3636
To create new MonoGame projects from within Visual Studio 2022, you will need to install the **MonoGame Framework C# project templates** extension. The following steps demonstrate how to install the extension.
3737

38+
> [!WARNING]
39+
> **Visual Studio Extension Issues**
40+
>
41+
> The extension that is installed by Visual Studio 2022 is currently outdated.
42+
> Instead of using Visual Studio 2022 to install the templates, run the following command:
43+
> ```sh
44+
> dotnet new install MonoGame.Templates.CSharp
45+
> ```
46+
> After doing this, you should be able to launch Visual Studio 2022 and create a new project with the newly installed templates.
47+
3848
1. Launch Visual Studio 2022
3949
2. Select **Continue without code**. This will launch Visual Studio without any project or solution opened.
4050
@@ -86,4 +96,4 @@ To get you started with Visual Studio, here are the steps for setting up a new M
8696
8797
Next, get to know MonoGame's code structure and project layout:
8898
89-
- [Understanding the code](3_understanding_the_code.md)
99+
- [Understanding the code](3_understanding_the_code.md)

0 commit comments

Comments
 (0)