Skip to content

Commit 83056c6

Browse files
authored
feat(vscode): upgrade to bloc_tools: v0.1.0-dev.20 (#4653)
1 parent bf9976d commit 83056c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

extensions/vscode/package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/vscode/src/utils/install-bloc-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { arch, type } from "node:os";
22
import { ExtensionContext, Uri } from "vscode";
33
import { downloadFile } from ".";
44

5-
export const BLOC_TOOLS_VERSION = "0.1.0-dev.19";
5+
export const BLOC_TOOLS_VERSION = "0.1.0-dev.20";
66
export const installBlocTools = async (
77
context: ExtensionContext
88
): Promise<boolean> => {

0 commit comments

Comments
 (0)