Alan Hamlett
Alan Hamlett
Can you try re-installing the plugin? I just released the binaries again, because I used the ones not in `\bin` folder by accident.
Can you check if the latest release works? v4.3.0
I just re-built with VS 2017, can you install from these release zips and see if it's fixed? https://github.com/wakatime/notepadpp-wakatime/releases/tag/4.3.0
I wonder what's different when you build it(working) vs when appveyor(broken) builds the release.
> Isn't it this commit: [ad3da70](https://github.com/wakatime/notepadpp-wakatime/commit/ad3da7080023ae7a55795883e6bc3cfd2c77768b)? > > I built it with VS 2019 latest and TargetFrameworkVersion 4.6.1, everything worked if that helps Without that commit it works, but with...
Yea, I also would like to avoid changing `https.proxyHost` if possible. I'll look for another way to do https requests that doesn't need changing the system proxy.
Release v14.1.1 should improve this, since I found we didn't correctly reset the system proxy if one wasn't previously set.
Looks like Apple finally completely disabled plugins in Xcode âšī¸
No solutions as of yet. This is a very unfortunate move against devs by Apple.
> Does anyone tried building on a local machine and try installing it? Building locally won't help if Xcode 14 no longer loads plugins. > Or converting the project as...