Skip to content

Commit 7eccc4e

Browse files
authored
Remove outdated VS setup and 2019 support info
Removes VS 2019 from the list of supported IDEs. It doesn't support .NET SDK 6.0 and can't build Godot projects. Removes mention of the VS extension. It only applies to 3.x projects and debugging is done with ordinary debugging tools after the move to .NET in 4.x.
1 parent 192a535 commit 7eccc4e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tutorials/scripting/c_sharp/c_sharp_basics.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ click on **Editor → Editor Settings** and scroll down to
7777
external editor of choice. Godot currently supports the following
7878
external editors:
7979

80-
- Visual Studio 2019
8180
- Visual Studio 2022
8281
- Visual Studio Code
8382
- MonoDevelop
@@ -150,16 +149,6 @@ In Godot's **Editor → Editor Settings** menu:
150149

151150
- Set **Dotnet** -> **Editor** -> **External Editor** to **Visual Studio**.
152151

153-
Next, you can download the Godot Visual Studio extension from github
154-
`here <https://github.com/godotengine/godot-csharp-visualstudio/releases>`__.
155-
Double click on the downloaded file and follow the installation process.
156-
157-
.. note:: The option to debug your game in Visual Studio may not appear after
158-
installing the extension. To enable debugging, there is a
159-
`workaround for Visual Studio 2019 <https://github.com/godotengine/godot-csharp-visualstudio/issues/10#issuecomment-720153256>`__.
160-
There is
161-
`a separate issue about this problem in Visual Studio 2022 <https://github.com/godotengine/godot-csharp-visualstudio/issues/28>`__.
162-
163152
.. note:: If you see an error like "Unable to find package Godot.NET.Sdk",
164153
your NuGet configuration may be incorrect and need to be fixed.
165154

0 commit comments

Comments
 (0)