hrai / auto-save-vs-extension

An extension that automatically saves the file as you're working on it.
Apache License 2.0
38 stars 7 forks source link

old version do not work #31

Closed RoxxorXx closed 2 years ago

RoxxorXx commented 2 years ago

I tried to use this "old" version on my vs 2019 but it seems not working as excpected.. Nothings is save, nothing appear on tools options.

Also report in q&a; an other one is in the same situation.

hrai commented 2 years ago

It seems to work fine for me so I can't replicate it.

Can you try uninstalling and reinstalling again?

RoxxorXx commented 2 years ago

Allready try that, three times. Btw, i'm under windows 11 maybe that's a part of the problem ? also i'm using resharper. (but this seems not to be a part of the issue)

RoxxorXx commented 2 years ago

okey, i'm back with more informations; i reinstalled it on an other compouter that run windows 10 and the last current version of vs 2019 (16.11.9). The extension do not work. So, I don't know what can cause that..

ChristianMay21 commented 2 years ago

Also not working for me unfortunately - fresh install of VS 2019 on Windows 10. The configuration options are also not appearing in Tools > Options.

I added it through Visual Studio's Extensions menu: Extensions > Manage Extensions > Online, adding this extension.

I initially added it as a batch of other extensions. Uninstalled it and reinstalled it to see if that did anything but it unfortunately does not.

ChristianMay21 commented 2 years ago

It would also appear from the comments on the extension page that there is a third person experiencing this issue (@RoxxorXx seems to be there as well) image

hrai commented 2 years ago

Hi all @ChristianMay21 @RoxxorXx ,

I ended up creating a new repo for the 2019 version. Here's the repo. https://github.com/hrai/auto-save-vs-extension-2019/

Also, the bug should now be fixed in the latest 3.1 version. If it persists, feel free to open a new issue in the above repo.

Apologies for the confusion.

ChristianMay21 commented 2 years ago

Hi @hrai - thanks so much for the fix. There's been many a time I thought my code wasn't working just because I forgot to hit save, and your extension has saved me from that silly mistake many times - thanks for all the work you put in to it.

I have updated my extension and can confirm that it is now functioning as intended, including the configuration options. Thanks so much again, and happy coding.