Add "language" field to kernel.json

This commit is contained in:
Houkime 2017-11-28 10:23:31 +00:00 committed by sftnight
parent 3848d29556
commit 51acb456a1
4 changed files with 9 additions and 4 deletions

View File

@ -5,5 +5,6 @@
"-f",
"{connection_file}",
"--std=c++11"
]
],
"language": "C++"
}

View File

@ -5,5 +5,6 @@
"-f",
"{connection_file}",
"--std=c++14"
]
],
"language": "C++"
}

View File

@ -5,5 +5,6 @@
"-f",
"{connection_file}",
"--std=c++17"
]
],
"language": "C++"
}

View File

@ -5,5 +5,7 @@
"-f",
"{connection_file}",
"--std=c++1z"
]
],
"language": "C++"
}