A KRunner plugin / "runner" that lists VSCode's recent workspaces
- Quickly re-open the workspace in VSCode by pressing
Enter. - Open a file browser to the workspace's directory by pressing
Shift+Enter. - Supports: Stable, Insiders, VSCodium
NixOS
To open a shell where vscode_runner is installed:
nix-shell --packages vscode-runnerTo permanently install, add this package to your system configuration:
environment.systemPackages = with pkgs; [
# …
vscode-runner
];Note that you need to restart KRunner to see results from this runner: pkill krunner. It will start automatically the next time you use its shortcut.
demo.mp4
- sqlite3
- Fedora:
sudo dnf install sqlite-devel - Debian/Ubuntu:
sudo apt install libsqlite3-dev
- Fedora:
dart pub getdart compile exe -o package/vscode_runner bin/vscode_runner.dartpackage/install.shpackage/uninstall.sh