Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvoth committed Mar 6, 2024
1 parent 02fc485 commit 162ed2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Better circom support",
"author": "Vu Vo",
"license": "MIT",
"version": "0.0.7",
"version": "0.0.8",
"repository": {
"type": "git",
"url": "https://github.com/vuvoth/circom-plus"
Expand Down
2 changes: 1 addition & 1 deletion editors/code/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function activate(context: ExtensionContext) {
// If the extension is launched in debug mode then the debug server options are used
// Otherwise the run options are used
const platform = process.platform;
let ccls_path = "cclss";
let ccls_path = "ccls";

const exist_ccls = await which(ccls_path, { nothrow: true });

Expand Down

0 comments on commit 162ed2c

Please sign in to comment.