Selaa lähdekoodia

Merge pull request #5983 from 31/dev/31/cli

Add "dotnet CLI" option to all C# editor docs

(cherry picked from commit 3f00b445e6966fc1cf9acf718ba568889fe97241)
Max Hilbrunner 3 vuotta sitten
vanhempi
commit
1742018c25
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      tutorials/scripting/c_sharp/c_sharp_basics.rst

+ 2 - 0
tutorials/scripting/c_sharp/c_sharp_basics.rst

@@ -114,6 +114,7 @@ After reading the "Prerequisites" section, you can download and install
 In Godot's **Editor → Editor Settings** menu:
 
 - Set **Mono** -> **Editor** -> **External Editor** to **Visual Studio Code**.
+- Set **Mono** -> **Builds** -> **Build Tool** to **dotnet CLI**.
 
 In Visual Studio Code:
 
@@ -149,6 +150,7 @@ While installing Visual Studio, select these workloads:
 In Godot's **Editor → Editor Settings** menu:
 
 - Set **Mono** -> **Editor** -> **External Editor** to **Visual Studio**.
+- Set **Mono** -> **Builds** -> **Build Tool** to **dotnet CLI**.
 
 Next, you need to download the Godot Visual Studio extension from github
 `here <https://github.com/godotengine/godot-csharp-visualstudio/releases>`__.