فهرست منبع

Update and improve VS Code setup instructions (#5501)

Co-authored-by: Hugo Locurcio <[email protected]>
(cherry picked from commit d17c4150091da76e3c1640e03741495c240e5e4d)
Matthew 3 سال پیش
والد
کامیت
5cc735cdea
1فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 5 2
      tutorials/scripting/c_sharp/c_sharp_basics.rst

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

@@ -128,8 +128,11 @@ In Visual Studio Code:
           for the C# tools plugin to work.
 
 To configure a project for debugging open the Godot project folder in VS Code.
-Go to the Run tab and click on **create a launch.json file**. Select **C# Godot** from the dropdown
-menu. Now, when you start the debugger in VS Code your Godot project will run.
+Go to the Run tab and click on **Add Configuration...**. Select **C# Godot**
+from the dropdown menu. Open the ``tasks.json`` and ``launch.json`` files that
+were created. Change the executable setting in ``launch.json`` and  command
+settings in ``tasks.json`` to your Godot executable path. Now, when you start
+the debugger in VS Code, your Godot project will run.
 
 Visual Studio (Windows only)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~