password-analyzer/.vscode/c_cpp_properties.json
2023-11-03 20:52:53 +08:00

19 lines
447 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/g++",
"compilerArgs": [
"-std=c++2b"
],
"cppStandard": "gnu++23"
}
],
"version": 4
}