Thanks to visit codestin.com
Credit goes to github.com

Skip to content

KRunner plugin for quickly opening recent VSCode workspaces

License

Notifications You must be signed in to change notification settings

Merrit/vscode-runner

Repository files navigation

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

Download

Download from the KDE Store

NixOS

To open a shell where vscode_runner is installed:

nix-shell --packages vscode-runner

To 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.


Screenshot

Screenshot


demo.mp4

Requirements

  • sqlite3
    • Fedora: sudo dnf install sqlite-devel
    • Debian/Ubuntu: sudo apt install libsqlite3-dev

Building

dart pub get
dart compile exe -o package/vscode_runner bin/vscode_runner.dart

Install plugin

package/install.sh

Uninstall plugin

package/uninstall.sh

About

KRunner plugin for quickly opening recent VSCode workspaces

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors