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

Current toolbox-vscode implementation is primarily focused on Flatpak installation of VSCode, but I believe that it could support RPM/tar.xz installation of VSCode as well. The main reason one may prefer...

Generally, when I want to open VS Code, I'm not in a terminal doing things in a toolbox. Instead, I'm browsing files or starting a project from scratch. In these...

Calling Visual Studio Code with '--remote attached-container+' Resolves and to folder-or-file based on heuristics before passing them to the remote container. So it's better to check locally whether paths are...

When `code .` is executed in a dot directory like `.config` code will not be able to open the folder by itself. It will just started with an empty page...

- terminal.integrated.shell.linux - terminal.integrated.shellArgs.linux https://github.com/owtaylor/toolbox-vscode/blob/main/code.sh#L371-L381 ![Screenshot from 2021-10-22 21-53-46](https://user-images.githubusercontent.com/660379/138476292-b806eb02-adf2-4c3a-a265-8e3db29b414c.png) Also, these parameters causing errors for some tasks. Example: ```bash > Executing task: func host start < func host start: No...

On Debian-like systems, /bin/sh is dash, which does not support the bash-specific array syntax used in the wrapper script. Don't assume that sh is bash: explicitly invoke bash. Fixes https://github.com/owtaylor/toolbox-vscode/issues/29