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 612938e commit a621537Copy full SHA for a621537
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.41";
+ const binaryVersion = "0.1.42";
40
const osPlatform = os.platform();
41
const osArch = os.arch();
42
const extension = osPlatform === "win32" ? ".exe" : "";
0 commit comments