Skip to content

Commit 1ce1ede

Browse files
authored
Merge pull request #10742 from reisnersteve/patch-1
Remove reference to MonoDevelop in C# Basics
2 parents da17e45 + 7bf735d commit 1ce1ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/scripting/c_sharp/c_sharp_basics.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Configuring an external editor
6060

6161
C# support in Godot's built-in script editor is minimal. Consider using an
6262
external IDE or editor, such as `Visual Studio Code <https://code.visualstudio.com/>`__
63-
or MonoDevelop. These provide autocompletion, debugging, and other
63+
or `Visual Studio <https://visualstudio.microsoft.com/>`__. These provide autocompletion, debugging, and other
6464
useful features for C#. To select an external editor in Godot,
6565
click on **Editor → Editor Settings** and scroll down to
6666
**Dotnet**. Under **Dotnet**, click on **Editor**, and select your

0 commit comments

Comments
 (0)