mirror of
https://github.com/godotengine/godot-csharp-vscode.git
synced 2026-01-05 22:10:02 +03:00
Add a notice about using Microsoft C# extension as an alternative
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
# C# Tools for Godot
|
# C# Tools for Godot
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
>
|
||||||
|
> **This extension currently does not support Godot 4.x.**
|
||||||
|
>
|
||||||
|
> However, you can still debug Godot C# projects in Visual Studio Code by installing
|
||||||
|
> [Microsoft's C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp),
|
||||||
|
> then configuring it as described in the
|
||||||
|
> [documentation](https://docs.godotengine.org/en/4.0/tutorials/scripting/c_sharp/c_sharp_basics.html#visual-studio-code).
|
||||||
|
|
||||||
Debugger and utilities for working with Godot C# projects in VSCode.
|
Debugger and utilities for working with Godot C# projects in VSCode.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|||||||
Reference in New Issue
Block a user