mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 17:14:27 +00:00
16 lines
510 B
JSON
16 lines
510 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"xaver.clang-format",
|
|
"llvm-vs-code-extensions.vscode-clangd"
|
|
]
|
|
}
|
|
},
|
|
// mark root git repo and all submodules as safe
|
|
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder} && git submodule --quiet foreach --recursive pwd | xargs -I% git config --global --add safe.directory %"
|
|
}
|