98
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 25 Apr 2025
98 points (95.4% liked)
Technology
69729 readers
2205 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
I used vscodium for a bit but their latest C# Dev kit is locked to VS Code proper :(
I even made a cool bash script that would download and install ms vs store extensions and all of their dependencies before hitting this roadblock (to get the ones not available on open vsx).
Thanks for the password manager suggestions, I'll look into them when I get a chance.
I've been looking into firefox forks too.
I would like to keep contactless via my phone as I don't ever really carry my wallet with me anymore these days so maybe Google pay will have to stay. Bit annoying that it won't be able to be used on whatever browser I end up going with though :(
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.
Does it have proper .sln support with a solution explorer?
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.