git-project-manager icon indicating copy to clipboard operation
git-project-manager copied to clipboard

A Git Project Manager extension for vsCode

Results 41 git-project-manager issues
Sort by recently updated
recently updated
newest added

It would be great if there were an option to list the repos alphabetically by name. That would make it easier to skim at a glance when you have a...

[VS Code added support for portable mode](https://code.visualstudio.com/docs/editor/portable) when the directory `data` is available alongside the binary on zip-versions. This behavior is [not yet supported by this project manager](https://github.com/felipecaputo/git-project-manager/blob/master/src/gitProjectManager.js#L25-L26) and manifests...

bug

**Describe the bug** The list of git projects to switch to successfully populates, but when selecting one, it does not switch to the project. **Server:** - OS: RHEL 7 -...

**Is your feature request related to a problem? Please describe.** I find myself working on multiple projects at once and find the time spent waiting for the first time refresh...

**Is your feature request related to a problem? Please describe.** It's frustrating to type "my api" in the 'open project' menu and get no matches, because the repo is actually...

hacktoberfest

**Describe the solution you'd like** If we have many PCs and MACs. Working both on Linux and macOS. The base folder cannot be the same. IF a SMB protocol was...

hacktoberfest

**Describe the bug** Setup: ``` "gitProjectManager.baseProjectsFolders": [ "$HOME/dev", "D:\\dev" ], "gitProjectManager.maxDepthRecursion": 2, ``` When I reload the window, I hit my keybinding and wait for extension activation. Once that's done...

Extensions are able to add custom sidebar items. It would be useful to have an option in this extension, to add a sidebar item that lists all projects, and allows...

enhancement
help wanted

Hello, When i enable storeRepositoriesBetweenSessions, it's ok. But when i add new repo in the folder, the option storeRepositoriesBetweenSessions is not reload and cannot fin the new repo.

Readme is really outdated. Take advantage of #57 and update the new keybind, the new features like Open Projects from Subfolder `Alt+Shit+P` and MRU List `Ctrl+Shift+Q` and write a new...

enhancement
help wanted
hacktoberfest