Skip to content

Commit

Permalink
update rw c cpp properties json
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Jan 13, 2025
1 parent 2484a8a commit 18dac4e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/test/project.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ suite("Project tests", () => {
});

test("vscode folder creation", async () => {
console.log(`BLaBLABLA ${targetFolder}`);
await createVscodeFolder(Uri.file(targetFolder));
const resultFiles = await readdir(join(targetFolder, ".vscode"));
assert.equal(resultFiles.includes("c_cpp_properties.json"), true);
Expand Down
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ export async function createVscodeFolder(curWorkspaceFsPath: vscode.Uri) {
await copy(fSrcPath, fPath);
}
}
console.log(`BLaBLABLA createVscodeFolder ${curWorkspaceFsPath.fsPath}`);
await setCCppPropertiesJsonCompilerPath(curWorkspaceFsPath);
}

Expand Down
Empty file modified testFiles/testWorkspace/.vscode/c_cpp_properties.json
100644 → 100755
Empty file.

0 comments on commit 18dac4e

Please sign in to comment.