Files
googlepinyinime-rev/.vscode/c_cpp_propertities.json

16 lines
297 B
JSON
Raw Normal View History

2025-01-01 23:59:37 +08:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/src/",
"${workspaceFolder}/includes/"
],
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/g++",
2025-01-02 00:40:08 +08:00
"cppStandard": "c++11"
2025-01-01 23:59:37 +08:00
}
],
"version": 4
}