From 7eccc4e94b5d6c1b83e6e611b0124cd276d391e7 Mon Sep 17 00:00:00 2001 From: 31 <331300+31@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:49:51 -0700 Subject: [PATCH] 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. --- tutorials/scripting/c_sharp/c_sharp_basics.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tutorials/scripting/c_sharp/c_sharp_basics.rst b/tutorials/scripting/c_sharp/c_sharp_basics.rst index 6f83b2b8815..ece4a27f8eb 100644 --- a/tutorials/scripting/c_sharp/c_sharp_basics.rst +++ b/tutorials/scripting/c_sharp/c_sharp_basics.rst @@ -77,7 +77,6 @@ click on **Editor → Editor Settings** and scroll down to external editor of choice. Godot currently supports the following external editors: -- Visual Studio 2019 - Visual Studio 2022 - Visual Studio Code - MonoDevelop @@ -150,16 +149,6 @@ In Godot's **Editor → Editor Settings** menu: - Set **Dotnet** -> **Editor** -> **External Editor** to **Visual Studio**. -Next, you can download the Godot Visual Studio extension from github -`here `__. -Double click on the downloaded file and follow the installation process. - -.. note:: The option to debug your game in Visual Studio may not appear after - installing the extension. To enable debugging, there is a - `workaround for Visual Studio 2019 `__. - There is - `a separate issue about this problem in Visual Studio 2022 `__. - .. note:: If you see an error like "Unable to find package Godot.NET.Sdk", your NuGet configuration may be incorrect and need to be fixed.