File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tutorials/scripting/c_sharp Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ In Visual Studio Code:
123123To configure a project for debugging, you need a ``tasks.json `` and ``launch.json `` file in
124124the ``.vscode `` folder with the necessary configuration. An example configuration can be
125125found `here <https://github.com/godotengine/godot-csharp-vscode/issues/43#issuecomment-1258321229 >`__ .
126- In the ``tasks .json `` file, make sure the ``program `` parameter points to your Godot executable, either by
126+ In the ``launch .json `` file, make sure the ``program `` parameter in the relevant configuration points to your Godot executable, either by
127127changing it to the path of the executable or by defining a ``GODOT4 `` environment variable that points to the
128128executable. Now, when you start the debugger in Visual Studio Code, your Godot project will run.
129129
You can’t perform that action at this time.
0 commit comments