2018-12-16 18:12:21 -08:00
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"path": "."
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"cmake.preferredGenerators": [
|
|
|
|
"Ninja",
|
|
|
|
"Unix Makefiles"
|
|
|
|
],
|
2018-12-20 19:26:59 -08:00
|
|
|
"cmake.configureOnOpen": true,
|
2019-01-03 14:17:30 -07:00
|
|
|
"C_Cpp.autoAddFileAssociations": false,
|
2018-12-20 19:26:59 -08:00
|
|
|
"files.associations": {
|
2019-01-03 14:17:30 -07:00
|
|
|
"Dockerfile.*": "dockerfile"
|
2018-12-20 19:26:59 -08:00
|
|
|
}
|
2018-12-16 18:12:21 -08:00
|
|
|
},
|
|
|
|
"extensions": {
|
|
|
|
"recommendations": [
|
|
|
|
"ms-vscode.cpptools",
|
|
|
|
"twxs.cmake",
|
|
|
|
"vector-of-bool.cmake-tools",
|
|
|
|
"peterjausovec.vscode-docker"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|