this post was submitted on 25 Apr 2025
502 points (97.0% liked)

Technology

69421 readers
2727 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 day ago (1 children)

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.

[–] [email protected] 1 points 1 day ago (1 children)

Does it have proper .sln support with a solution explorer?

[–] [email protected] 1 points 13 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.