Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Jan 13, 2025
1 parent fbb8b69 commit 2484a8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,9 @@ export async function setCCppPropertiesJsonCompilerPath(
? "${config:idf.toolsPathWin}"
: "${config:idf.toolsPath}";


console.log(`BLaBLABLA setCCppPropertiesJsonCompilerPath ${curWorkspaceFsPath.fsPath}`);
console.log(
`BLaBLABLA setCCppPropertiesJsonCompilerPath ${curWorkspaceFsPath.fsPath}`
);
await updateCCppPropertiesJson(
curWorkspaceFsPath,
"compilerPath",
Expand Down

0 comments on commit 2484a8a

Please sign in to comment.