Skip to content

Plugin for anyrun to show recently opened projects with VSCode

Notifications You must be signed in to change notification settings

czM1K3/anyrun-vscode-recents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anyrun - VSCode Recents

Plugin for anyrun to show recently opened projects with VSCode.

Configuration

For VSCode

// <Anyrun config dir>/vscode.ron
Config(
  command: Some("code"),
  icon: Some("com.visualstudio.code"),
  path: Some("~/.config/Code/User/workspaceStorage"),
)

For Codium

// <Anyrun config dir>/vscode.ron
Config(
  command: Some("codium"),
  icon: Some("vscodium"),
  path: Some("~/.config/VSCodium/User/workspaceStorage"),
)

Building

cargo build --release && cp target/release/libvscode_recents.so ~/.config/anyrun/plugins/

About

Plugin for anyrun to show recently opened projects with VSCode

Topics

Resources

Stars

Watchers

Forks

Languages