Skip to content

Commit 0069117

Browse files
committed
Removed hardcoded path to Visual Studio in config.
1 parent bff3a2b commit 0069117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "Win32",
1414
"includePath": ["${workspaceFolder}/**", "${workspaceFolder}/include"],
1515
"defines": [],
16-
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33617/bin/Hostx64/x64/cl.exe",
16+
"compilerPath": "${env:VCINSTALLDIR}/bin/Hostx64/x64/cl.exe",
1717
"cStandard": "c17",
1818
"cppStandard": "c++17",
1919
"intelliSenseMode": "windows-msvc-x64"

0 commit comments

Comments
 (0)