mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
1531d6e543
git-subtree-dir: gitstatus git-subtree-split: 6b9ba179c6655286c4c399e7926d5098dd6bd706
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/src"
|
|
],
|
|
"defines": [
|
|
],
|
|
"compilerPath": "/usr/bin/g++",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|