We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97ec48 commit adc8e4eCopy full SHA for adc8e4e
1 file changed
src/extension.ts
@@ -231,7 +231,7 @@ export function activate(context: vscode.ExtensionContext) {
231
if (uri) {
232
//如果有多个repo 寻找当前的 进行填充 If there are multiple repos looking for the current to populate
233
repo = gitExtension.getAPI(1).repositories.find(repo => {
234
- return repo.rootUri.path === uri._rootUri.path;
+ return repo.rootUri.path === uri.rootUri.path;
235
});
236
}
237
startMessageInput();
0 commit comments