26 lines
425 B
Plaintext
26 lines
425 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"cmake.preferredGenerators": [
|
|
"Ninja",
|
|
"Unix Makefiles"
|
|
],
|
|
"cmake.configureOnOpen": true,
|
|
"C_Cpp.autoAddFileAssociations": false,
|
|
"files.associations": {
|
|
"Dockerfile.*": "dockerfile"
|
|
}
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"ms-vscode.cpptools",
|
|
"twxs.cmake",
|
|
"vector-of-bool.cmake-tools",
|
|
"peterjausovec.vscode-docker"
|
|
]
|
|
}
|
|
} |