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 e5e7344 commit 531f162Copy full SHA for 531f162
client/src/addon_manager/services/git.service.ts
@@ -50,6 +50,7 @@ export const setupGit = async (context: vscode.ExtensionContext) => {
50
await git.checkout("submoduling");
51
}
52
53
+ await git.fetch();
54
await git.pull();
55
} catch (e) {
56
localLogger.error(e);
0 commit comments