Closed gmmephisto closed 4 years ago
Workaround:
getQuickPickList
method in ~/.vscode/extensions/felipecaputo.git-project-manager-1.7.0/src/gitProjectManager.js
:
getQuickPickList() {
...
if (this.config.displayProjectPath || !this.config.checkRemoteOrigin) {
let repoDir = repo.dir;
// if (repoDir.startsWith(homeDir)) {
// repoDir = '~/' + repoDir.substring(homeDir.length);
// }
description = `${FOLDER} ${repoDir}`;
}
...
});
}
@gmmephisto thanks for reporting, I'll take a look at this ASAP, probably releasing a oatch version today?
1.7.1 released with this workaround. I'll make some tests and write tests for this feature
@felipecaputo thanks for quick reply and bugfix version, it works!
Thanks for the quick fix, just hit this and all I needed to do was update ❤️
Problem:
Path does not exist
on every project switch. Detail error message:The path '/~/Documents/projects/<project>' does not seem to exist anymore on disk.
.baseProjectsFolders
.GPM: refresh projects
doesn't help.