Yeah, there really aren’t any good contactless alternatives to Google, Apple, and Samsung.
My current setup is reasonably good, I have a Google Watch (WiFi only) that only connects at home, and I only use the Google Watch app on a separate Android profile. The Wallet app refreshes payment tokens, and I don’t need any Google spyware running for regular purchases.
I’m hoping some cryptocurrency or something will get widespread enough so I can have FOSS contactless payments. I don’t think the traditional finance industry will ever support FOSS payments.
domi@lemmy.secnd.me 1 day ago
Is there something missing in OmniSharp that prevents you from using VSCodium?
I do most of my C# development with the OmniSharp plugin in VSCodium on Linux.
MrScottyTay@sh.itjust.works 1 day ago
Does it have proper .sln support with a solution explorer?
domi@lemmy.secnd.me 12 hours ago
I don’t use the Solution explorer but I also don’t think it has one.
I usually kickstart a fresh application with a SLN and a few projects in the dotnet CLI and VSCodium picks up the launch project automatically when I tell it to create a launch.json. For existing applications, if the .vscode folder already exists it will just pick it up or I can also just ask it to create a launch.json.
That workflow has been ingrained into me since there were no real C# utilities for VS Code when it first launched, so not much changed for me when going to VSCodium.