password-analyzer/.vscode/c_cpp_properties.json

19 lines
447 B
JSON
Raw Normal View History

2023-11-03 20:52:21 +08:00
{
"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
}