Avatar

Kualk

Kualk@lemm.ee
Joined
3 posts • 80 comments
Direct message

~/projs

I like ~/w or ~/p options

permalink
report
reply

Vscode is installed on windows. Then you install vscode ssh plugin from Microsoft and open ssh connection from vscode to any Linux including WSL hosted Linux.

permalink
report
parent
reply

I am a software developer and work on Kubernetes based project.

I was given a Mac laptop when I joined. It was a few OS releases behind, because corporate IT didn’t support newer versions.

Macs have to run some sort of VM to do docker based development.

VMs are not that great.

When time came, I requested a Windows laptop. I installed Debian on WSL 2. Then got it to run systemd properly and installed Docker on WSL. Then vscode on windows host with remote ssh into WSL.

Vscode ssh integration is probably best least known feature of vscode. However, initial connection setup always requires tweaking to get that best experience.

By the way, official docker setup is through VM on windows. WSL is not a recommended route, but one can get it working.

This setup beats Mac any day for me.

I wish I could run Linux on work laptop, but corporate IT doesn’t know how to deal with it.

permalink
report
parent
reply

My wife complained that Mac got worse at searching samba shares.

permalink
report
parent
reply

Corporate support for Macs is usually worth than on Windows.

It is a very risky move.

permalink
report
parent
reply

Fedora atomic or not is nice.

I got tired of manually installing Arch and was pleased with Fedora the most.

permalink
report
parent
reply

I actually run away from Mac. Mac OS X is long time as not Linux.

WSL is a way better option than whatever VM option is on Mac.

permalink
report
parent
reply

I am happy with WSL as well. I don’t try to get Linux GUI running.

I use vscode remote ssh session. I run docker natively on Linux, not on windows.

The trick is to get DBUS services running in whatever flavor of Linux you install. Don’t try running a full UI session.

The biggest problem I have on Linux is time drift after laptop goes to sleep. it is easy to deal with manually.

permalink
report
parent
reply

We always have to ask what language is it auto-completing for? If it is a strictly typed language, then existing tooling is already doing everything possible and I see no need for additional improvement. If it is non-strictly typed language, then I can see how it can get a little more helpful, but without knowledge of actual context I am not sure if it can get a lot more accurate.

permalink
report
parent
reply

Cargo is heavily used.

Your tutorial is the odd one.

permalink
report
reply