JaneySprings / DotNet.Meteor

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

No options in the status bar and no obvious error? #63

Closed Other-Michael closed 1 year ago

Other-Michael commented 1 year ago

Downloading Meteor on a fresh computer I have none of the options in the status bar appearing

(Mine looks like this) image

And I don't have any errors pop up either. Any ideas why? Thank you!

JaneySprings commented 1 year ago

Hello. Thank you for your issue. Can you send a .csproj file of your project, that you open in VSCode?

Other-Michael commented 1 year ago

Sure thing! This project was just created by running a "dotnet new maui" vscodetest.csproj.txt

JaneySprings commented 1 year ago

I can't reproduce it. You can try the following:

Other-Michael commented 1 year ago

Try to relaunch vscode.

Make sure that the dotnet version is 7 and higher:

You can send me .NET Meteor logs. Path: C:\Users\YOU.vscode\extensions\nromanov.dotnet-meteor-3.0.2\extension\bin\logs\

You can open VSCode DeveloperTools and view Console log:

Here you go! There seem to be a couple errors, mostly related to --andrioid-sdk-path?

image

Thanks!

JaneySprings commented 1 year ago

BadImageFormat: It seems that something has damaged assemblies in the plugin. Maybe a network error while downloading.

You can try to delete the plugin from vscode, delete this folder: C:\Users\YOU\.vscode\extensions\nromanov.dotnet-meteor-3.0.2, and try to install it again.

Also you can download a latest version of the extension from the GitHub release: https://github.com/JaneySprings/DotNet.Meteor/releases/tag/3.0.2

Other-Michael commented 1 year ago

Ah cool, thanks for that! Not so sure what would have happened to cause that, as I did try re-installing. But there may have been network errors on my end at the time I was trying this.

Either way, the manual download has seemed to now work for me. Thank you for your time!