mirror of
https://github.com/godotengine/godot-csharp-vscode.git
synced 2026-01-05 22:10:02 +03:00
Add installation and configuration to README
This commit is contained in:
10
README.md
10
README.md
@@ -18,6 +18,16 @@ Debugger and utilities for working with Godot C# projects in VSCode.
|
|||||||
- Currently Signal suggestions are only provided using the information from the project build
|
- Currently Signal suggestions are only provided using the information from the project build
|
||||||
results, not from the information in the edited document. This will change in the future.
|
results, not from the information in the edited document. This will change in the future.
|
||||||
|
|
||||||
|
## VSCode installation and configuration
|
||||||
|
|
||||||
|
- Install via extensions marketplace by searching for `neikeq.godot-csharp-vscode`.
|
||||||
|
- Once installed, you have to create the debug configurations from the Debug panel like this:
|
||||||
|

|
||||||
|
- Choose C# Godot
|
||||||
|

|
||||||
|
- It will generate the following. The `Play in Editor` option works out of the box. For the Launch you need to fix the path to point to the Godot Editor executable path you're using:
|
||||||
|
[!Fix editor path](https://user-images.githubusercontent.com/7718100/86488912-dd920380-bd62-11ea-8b3a-91689dc8e629.png)
|
||||||
|
|
||||||
## Debugger launch configurations
|
## Debugger launch configurations
|
||||||
|
|
||||||
By default the extension creates the following launch configurations:
|
By default the extension creates the following launch configurations:
|
||||||
|
|||||||
Reference in New Issue
Block a user