mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-10 07:16:24 -04:00
39d34dff add a CHECK to Arena.Allocate<T>(n) git-subtree-dir: gitstatus git-subtree-split: 39d34dff4456067a0df17bdf1ea74b07c1983b39
18 lines
380 B
JSON
18 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
|
|
}
|