godotengine/godot-csharp-visualstudio

Can not launch game from Visual Studio 2022

mmarramarco opened this issue ยท 12 comments

Windows 10
Godot 3.4.3
Microsoft Visual Studio Community 2022 (64-bit) - Current: Version 17.1.0
Using version 2.0.0 of the extension

As I understand it the package is supposed to add launch profiles, similar to the extension for VSCode (that one worked wonderfully) but it seems to do absolutely nothing in Visual Studio 2022.

I tried installing and resinstalling, enabling and disabling the extension, I looked through the available settings for that extension (and found that it needed the path to Godot, that I added).

But no launch profiles are added, so I'm not sure if it's a bug, if I forgot a step, or if this simply isn't what the extension is supposed to do.

zbyna commented

I have the same problems. It is a bug.
Please see: #10
attempt for using workarround resulting in: #26

Windows 7 Godot_v3.4.3-stable_mono_win64 VS Community 2022 (3) (64-bit) - 17.1.0 godot-csharp-visualstudio v2.0.0

I can not install this tools.
system version unmatch
Windows 11 was detected 6.2.9200.0

Debug will not launch even after plugin installed.
Code completion and build worked without the plugin.
Installation of the plugin literally changed nothing.

3da commented

I have the same problems

Same here. Plugin is completely useless at this point. Install it and it does literally nothing but waste your time and cause hours of frustration as you try to find any way to get it to work properly. Please fix.

I have the same issues, hopefully this can get a fix. I prefer Visual Studio over Visual Studio Code.

Works for me, if i use the workaround, including Intellisense completion (completion stopped, then started working again).

I have the same issue, how can we resolve this? I tried some workarounds, but none worked so far. Main problem with those is migrating project of sort error.

Can someone say, how to debug with this plugin?

Workarounds do not work if you target C# 8.0.

Workaround mentioned for VS2022 works but with one additional note: Remove existing VS extension if it was previously installed.