JaneySprings / DotNet.Meteor

A VSCode extension that can run and debug .NET apps (Xamarin, MAUI, Avalonia)
https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor
MIT License
269 stars 10 forks source link

Cannot run on clear VSC #120

Closed michalpobuta closed 1 month ago

michalpobuta commented 1 month ago

Hi, I tried to install and launch .net meteor on my project, but when I click start nothing happened. "Start debugging" and "Start without debugging" also don't respond. Nothing in logs, not a single error.

MacOs

JaneySprings commented 1 month ago

Hi! Can you send the /Users/NAME/.vscode/extensions/nromanov.dotnet-meteor-X.X.X/extension/bin/Debug/logs/Debug.log file, please?

michalpobuta commented 1 month ago

@JaneySprings no such file or directory: logs

michalpobuta commented 1 month ago

@JaneySprings It is works on empyt project, but idk what is wrong with mine

JaneySprings commented 1 month ago

Can you send an example? I think that you can copy only csproj file because the problems are usually there.

michalpobuta commented 1 month ago

@JaneySprings I found it. I had some config in .target files and vsc didn't find them, so I had to put them explicit in csproj

JaneySprings commented 1 month ago

Everything is OK for now? If you can debug this project from VisualStudio for Windows, please, you can send me an example where I can fix this issue.

michalpobuta commented 1 month ago

@JaneySprings now I get incorrect path to program, but it is good path. I am using rider actually, so maybe this is the problem

JaneySprings commented 1 month ago

OK, close for now.