mirror of
https://github.com/fanlumaster/googlepinyinime-rev.git
synced 2025-07-18 17:08:00 +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++17"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|