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 affcba7 commit 8e1e811Copy full SHA for 8e1e811
src/support/parser.ts
@@ -36,7 +36,7 @@ export const setParserBinaryPath = (context: vscode.ExtensionContext) => {
36
};
37
38
const downloadBinary = async (context: vscode.ExtensionContext) => {
39
- const binaryVersion = "0.1.42";
+ const binaryVersion = "0.1.43";
40
const osPlatform = os.platform();
41
const osArch = os.arch();
42
const extension = osPlatform === "win32" ? ".exe" : "";
0 commit comments