You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"path": "."
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"cmake.preferredGenerators": [
|
|
|
|
"Ninja",
|
|
|
|
"Unix Makefiles"
|
|
|
|
],
|
|
|
|
"cmake.configureOnOpen": true,
|
|
|
|
"C_Cpp.autoAddFileAssociations": false,
|
|
|
|
"files.associations": {
|
|
|
|
"Dockerfile.*": "dockerfile"
|
|
|
|
},
|
|
|
|
"[cpp]": {
|
|
|
|
"editor.tabSize": 2
|
|
|
|
},
|
|
|
|
"[c]": {
|
|
|
|
"editor.tabSize": 2
|
|
|
|
},
|
|
|
|
"[python]": {
|
|
|
|
"editor.tabSize": 4
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"extensions": {
|
|
|
|
"recommendations": [
|
|
|
|
"ms-vscode.cpptools",
|
|
|
|
"twxs.cmake",
|
|
|
|
"vector-of-bool.cmake-tools",
|
|
|
|
"peterjausovec.vscode-docker"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|