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 7920090 commit 8050197Copy full SHA for 8050197
client/src/extension.ts
@@ -53,6 +53,7 @@ export async function activate(context: ExtensionContext) {
53
} else {
54
// on windows we need to add the .bat to the binary path
55
binaryPath = `${binaryPath}.bat`;
56
+ resolve();
57
}
58
});
59
0 commit comments