Lattice 0

Results 149 comments of Lattice 0

I couldn't patch the entire workspace unfortunately :( ``` cargo patch Error: failed to select a version for the requirement `concrete-commons = "=0.2.0"` candidate versions found which didn't match: 0.1.2,...

I think it makes more sense to have the cargo subprojects as subrepos as git submodules, so you can point to the exact commit on which each one works with...

Hmmmm sorry, when you said cargo patch I searched and found a tool called `cargo-patch` but apparently you were referring about the cargo's patch section. Yes, got it, it kind...

Yes. I've been developing with Flutter with Rust on Android, which is very very uncommon, so we started using VSCode with all the extensions needes as Android Studio simply couldn't...

@jjcasmar It looks like it's in the backlog. I think we need to raise awareness so microsoft moves to in progress soon. I'm dying for this feature, already on my...

@jjcasmar it is, you can run a devcontainer and then run vscode tunnel installer as a post install script or on the dockerfile, but it would be a little annoying...

@Ilykuleshov same here, on our company we want people to code on whatever device they have, even tablets (Tab S9 Ultra here). Codespaces is cool but too expensive and also...

I tried his workaround of doing a live share from a devcontainer but vscode.dev refuses to load it https://github.com/microsoft/vscode-remote-release/issues/9493 I want this featureee so baaaad

My current solution is to stream VSCode from linux with [Sunshine](https://github.com/LizardByte/Sunshine) and use an Android Moonlight client. This is sad. Is VSCode simply allowed the local VSCode to open in...