this post was submitted on 19 Oct 2023
74 points (91.1% liked)

Asklemmy

43148 readers
2227 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy πŸ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 49 points 10 months ago* (last edited 10 months ago) (2 children)

VS Codium.

It's VS Code, minus the Microsoft bullshit.

Source code is MIT licensed.

[–] [email protected] 4 points 10 months ago (3 children)

I really wish the WSL extension wasn't locked behind VS Code. My workflow is heavily reliant on it which locks me into the proprietary IDE.

[–] [email protected] 6 points 10 months ago* (last edited 10 months ago) (2 children)

You should be able to setup WSLg then run the Linux Codium in WSL. Regular VS Code will work that way, it just gives a little "hey, you know you could use remote WSL right?" message then keeps chugging.

[–] [email protected] 1 points 10 months ago (2 children)

The benefit of the WSL (and SSH and Docker) integration is that you still run the native version of VS Code for your OS, and just the server portion of VS Code runs on the 'remote' server. Running the whole of VS Code (or Codium or whatever) in WSL probably works but there'll be little annoying things with it since it's not running natively, for example you can't drag files from Explorer into it, can't have a PowerShell terminal open alongside a WSL one, etc.

I don't think the SSH integration is locked down, so I wonder if you could install OpenSSHd in WSL and connect vis SSH.

[–] [email protected] 1 points 10 months ago

can't have a PowerShell terminal open alongside a WSL one, etc.

How are you getting this to work? According to only the default profile can be opened with the local integrated terminal. The default profile seems to be bash, so that fails. But I wouldn't want set my default profile to PowerShell when I'm in WSL.

[–] [email protected] 1 points 10 months ago

For sure the remote extension option is better, just wanted to let TwinHaelix know the native Linux version is an option if the extension can't be loaded.

[–] [email protected] 1 points 10 months ago (1 children)
[–] [email protected] 1 points 10 months ago* (last edited 10 months ago)
[–] UnRelatedBurner 5 points 10 months ago* (last edited 10 months ago) (1 children)

when I install codium (with yay, because I use Arch... btw) there is a package that just makes the plugin store the same as Microsoft's. I found one that wasn't working and that was MS pylance, I use pyright now.

[–] [email protected] 2 points 10 months ago (1 children)

What's the package called? Am on nix but might look into it later

[–] UnRelatedBurner 1 points 10 months ago (2 children)

you lucky bastard, I just so happen to take a screenshot when I set it up

[–] [email protected] 2 points 10 months ago (1 children)
[–] UnRelatedBurner 1 points 10 months ago
[–] [email protected] 1 points 10 months ago (1 children)

For blind people: it's called aur/vscodium-bin-marketplace.

[–] UnRelatedBurner 1 points 10 months ago

Right, sorry and thanks.

[–] [email protected] 1 points 10 months ago

Have you tried manually installing it?