Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T14:36:20.000Z (5 months ago)
- Last Synced: 2024-09-30T05:03:57.812Z (about 2 months ago)
- Topics: fedora, gnome, gnome-extension, gnome-shell, quickaccess, vscode, vscodium, wayland, workspaces
- Language: TypeScript
- Homepage:
- Size: 279 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode Search Provider
![GitHub License](https://img.shields.io/github/license/mrmarble/vscode-search-provider)
[![Lint](https://github.com/MrMarble/vscode-search-provider/actions/workflows/eslint.yml/badge.svg)](https://github.com/MrMarble/vscode-search-provider/actions/workflows/eslint.yml)
![GNOME Extensions download](https://img.shields.io/badge/dynamic/xml?url=https%3A%2F%2Fextensions.gnome.org%2Fextension%2F6976%2Fvscode-search-provider%2F&query=%2Fhtml%2Fbody%2Fdiv%5B2%5D%2Fdiv%2Fdiv%5B2%5D%2Fdiv%5B1%5D%2Fspan%5B3%5D&logo=gnome&label=GNOME%20extensions&cacheSeconds=86400)## Description
![screenshot.png](screenshot.png)
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
- 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.