https://github.com/mrmarble/vscode-search-provider
A GNOME Shell extension that gives you access to your vscode workspaces through overview search
https://github.com/mrmarble/vscode-search-provider
fedora gnome gnome-extension gnome-shell quickaccess vscode vscodium wayland workspaces
Last synced: 6 months ago
JSON representation
A GNOME Shell extension that gives you access to your vscode workspaces through overview search
- Host: GitHub
- URL: https://github.com/mrmarble/vscode-search-provider
- Owner: MrMarble
- License: gpl-3.0
- Created: 2024-05-12T21:49:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T23:07:19.000Z (6 months ago)
- Last Synced: 2025-04-03T23:29:41.190Z (6 months ago)
- Topics: fedora, gnome, gnome-extension, gnome-shell, quickaccess, vscode, vscodium, wayland, workspaces
- Language: TypeScript
- Homepage:
- Size: 372 KB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode Search Provider

[](https://github.com/MrMarble/vscode-search-provider/actions/workflows/eslint.yml)
## Description

VSCode Search Provider Extension is a Gnome Shell Extension that integrates Visual Studio Code's search functionality into the Gnome Shell.
## Features
- Supports GNOME Shell 45 - 46 (and possibly newer versions)
- List all your local VSCode workspaces
- List all your remote VSCode projects## Installation
### Installation from Gnome Extensions
[
](https://extensions.gnome.org/extension/6976/)
### Installation from GitHub repository
The latest development version
You may need to install `git` and `node`
Navigate to the directory you want to download the source code and execute following commands in the terminal:#### GNOME 45+
git clone https://github.com/MrMarble/vscode-search-provider.git
cd vscode-search-provider
npm install && npm run setup### Enabling the extension
After installation you need to enable the extension.
- First restart GNOME Shell (`ALt` + `F2`, `r`, `Enter`, or Log-Out/Log-In if you use Wayland)
- Now you should see the _VSCode Search Provider_ extension in the _Extensions_ application (reopen the app if needed to load new data), where you can enable it.### Contributing
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.