toolbox-vscode icon indicating copy to clipboard operation
toolbox-vscode copied to clipboard

Toolbox Visual Studio Code integration

Results 16 toolbox-vscode issues
Sort by recently updated
recently updated
newest added

That's just what I use. Understandable if you don't want to implement it.

As the code is today, even in Wayland environments vcode is getting launch in XWayland mode. This PR makes vcode run in Wyaland mode when in Wayland environments.

I've just been trying this out on Silverblue 34. Happily enough it works, which means VS Code is actually viable in the Toolbox workflow :) Would you be able to...

Fedora 38 VScode 1.76.2 (Flatpack) Not sure where to dig but while opening my project with the dev container I can't search among the project files. ![image](https://user-images.githubusercontent.com/3754825/231453774-73520aa3-5c6b-4390-a280-beb4073a0d48.png) Does anyone else...

With **Remote - Containers** VSCode extension renamed to **Dev Containers**, its settings prefix has been changed as well: `remote.containers` was deprecated in favour of `dev.containers`.

I've just found that there's a relative new flatpak at https://github.com/flathub/com.visualstudio.code.tool.podman which adds a `podman-remote` binary to `com.visualstudio.code`'s `PATH`. I don't know exactly how it works, but maybe it could...

### About My Setup I'm running Ubuntu 22.04. Since toolbox isn't packaged for Ubuntu, I manually compiled it using the instructions [here](https://containertoolbx.org/install/). Toolbox seems to be working correctly; I created...

I've followed everything exactly and have the script `~/.local/bin/code` it was working totally fine but for some reason today it's started saying `command not found: code`. I'm not sure why...

Hello and thanks for this project! Right now, `remote.containers.dockerPath` is replaced directly in the settings.json. However, I would like to use the Docker of my system in order to do...