godot-csharp-vscode icon indicating copy to clipboard operation
godot-csharp-vscode copied to clipboard

Debugger and utilities for working with Godot C# projects in VSCode

Results 34 godot-csharp-vscode issues
Sort by recently updated
recently updated
newest added

Console Error messages: https://pastebin.com/gbDzsYkG Code complete features stopped working after I updated from Godot 3.2.1 to 3.2.2, also installed it on a different disk drive, but in both scenarios I...

MacOS M1 Monterey ## Issue description: When trying to "Launch" or "Play In Editor" (or any other function) nothing seems to happen other then the build stage. Output: ``` Executing...

bug

This really simple patch will go a long way for end users.

documentation

**OS/device including version:** **Issue description:** **Screenshots of issue:** I think only c# is debugging. It was called a c# project in the first place, so that's right. But the attach...

bug

Currently the readme says that the requirements are "Godot 3.2.2 or greater. Older versions of Godot are not supported." I've spent about 3 hours uninstalling and reinstalling all combinations of...

enhancement

- Changes extension version to 0.3.0. - Updates extension dependencies and add `semver` package. - Add basic Godot version detection. - Uses the `.mono` directory with Godot 3, and the...

enhancement

Vs Code stops recognizing godot namespace when I connect my phone with usb debugging turned on and export to android. It stays that way for a while until it automatically...

bug

Windows 10/ Godot 4.1 .NET Whenever I open a cs file, I get the following error: ![image](https://github.com/godotengine/godot-csharp-vscode/assets/23247230/d3d02fc3-18ab-4a6b-8f49-458436fc05d2) Using dotnet configured on PATH Dotnet path: C:\Program Files\dotnet\dotnet.exe Activating C# standalone... [Info...

bug

`sourceFileMap` attribute is not implemented for the `godot-mono` launch configuration type? **OS/device including version:** Windows 10 **Issue description:** Basically, [this](https://github.com/OmniSharp/omnisharp-vscode/issues/3953) is happening to me, but when I try the linked...

bug

**OS/device including version:** OS: MacOS Sonoma 14.3.1 GPU: M2 Max RAM: 64GB **Issue description:** The `Play in editor` config cant run. No log found! launch.json like that: ```json { "version":...

bug