VSCode Launcher

UUID: vscode-launcher@vajdao
Last edited:
3 months ago 2024-07-28, 15:10
Last commit: [77f23367] Fix German translation files (#457)

Launch Visual Studio Code within the current directory.

README

Close

VSCODE-LAUNCHER

Launch Visual Studio Code within the current directory.

DESCRIPTION

This action will add a menu item to launch Visual Studio Code in the current working directory.

DEPENDENCIES

The following program must be installed in order for the applet to work:

CHANGELOG

Open

Log In To Comment!

4 Comments

George
George-2 months ago
Great Action! Thank you.
LEXO - Marcus Fleuti
Does not (yet) work with VSCodium (out of the box) and especially not with the flatpak version :( The tool would require like a settings dialog to choose the desired Codium binary.
Vajda Örs
Vajda Örs-4 months ago
I made this one as simple as possible and basically this popped out of my mind as-is <why not> because I'm lazy to pop up a terminal and write "code ." :D VSCodium does not have that much of extensions, so to be honest I never had (and still not having) plans of implementing it, nor the flatpak variant - It might be just me, but why wasting couple of more gigs for the same program but in flatpak version, if there's the native version which takes less space, works as a dream OOTB and doesn't have those usual permission problems that flatpak has. Basically implementing these additional two variants would overcomplicate the simplicity of this action menu, and by this I would go against my own goals... :) This is why I also made the dependency paragraph, making it clear to install code from MS's repo, so it's gonna work as intended. But as always, its open source so feel free to tweak it to your likings :)
Ignacio Nelson
Ignacio Nelson-7 months ago
For VSCodium users: cd /usr/bin sudo ln -s /usr/share/codium/bin/codium ./code