mirror of
https://github.com/fanlumaster/googlepinyinime-rev.git
synced 2025-07-18 08:57:54 +08:00
16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/src/",
|
|
"${workspaceFolder}/includes/"
|
|
],
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"compilerPath": "/usr/bin/g++",
|
|
"cppStandard": "c++11"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|