We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766a1eb commit 6f2dd85Copy full SHA for 6f2dd85
src/repository.ts
@@ -220,7 +220,9 @@ export class Repository {
220
} catch (error) {
221
if (/E195012/.test(error)) {
222
window.showErrorMessage(
223
- "Path '.' does not share common version control ancestry with the requested switch location."
+ `Path '${
224
+ this.workspaceRoot
225
+ }' does not share common version control ancestry with the requested switch location.`
226
);
227
return;
228
}
0 commit comments