This extension simply allows you to open the projects from VSCode Project Manager extension in menu on the GNOME shell toolbar. The Project Manager extension should be installed for this extension to work.
Install from GNOME Shell Extensions website to get the latest version.
-
Clone the repo
git clone https://github.com/ahmafi/gnome-vscode-projects
-
Install the extension (it will use
gnome-extensions
CLI tool to install into~/.local/share/gnome-shell/extensions
)cd gnome-vscode-projects make install
Or do it manually
cd gnome-vscode-projects mkdir ~/.local/share/gnome-shell/extension/projectmanagerforvscode@ahmafi.ir cp -r src/* ~/.local/share/gnome-shell/extension/projectmanagerforvscode@ahmafi.ir
-
Restart the GNOME shell
-
Wayland: Logout and login.
-
X11: Press
Alt+F2
and runr
to restart. Or logout and login.
-
-
Enable the extension:
gnome-extensions enable projectmanagerforvscode@ahmafi.ir
You can also enable it in GUI from the Extension Manager app.
- Different button for opening the project in a new window
- Show project tags
- View as tags
- Filter by tags
- Sort by Path, Recent, Saved
- Support VSCodium
- Allow configuring the executable
Copy the source files into extensions directory
make install
Enable the extension (Only for the first time)
gnome-extensions enable projectmanagerforvscode@ahmafi.ir
Run a wayland nested session
make run
If you are using X11, or for more details see here.
Thanks to svgrepo for a huge repository of great icons.
Icons List ...
- favorite-symbolic.svg - CC0 License
- project-manager-for-vscode-symbolic.svg - CC0 License
- git-symbolic.svg - MIT (C) 2018 Megumi Hano - (feathericon)
This extension is an independent project and is not affiliated with, authorized by, sponsored by, or in any way associated with Microsoft corporation, Visual Studio Code software and GNOME Foundation.
Legal disclaimer for brand icons and trademarks:
All brand icons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement of the trademark holder by "Project Manager for VSCode" project, nor vice versa. Please do not use brand logos for any purpose except to represent the company, product, or service to which they refer.
Read More...
- Git - Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries.
- Visual Studio Code - Visual Studio Code, VS Code, and the Visual Studio Code icon are trademarks of Microsoft Corporation. All rights reserved.
- GNOME - The GNOME logo and GNOME name are registered trademarks or trademarks of GNOME Foundation in the United States or other countries.
GPL-3.0 © Amir Hossein Mafi