Skip to content

Commit

Permalink
Fix git trust error
Browse files Browse the repository at this point in the history
  • Loading branch information
Flova committed Feb 21, 2024
1 parent ae435d9 commit 9e6cebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@
"--security-opt", "seccomp=unconfined"
],

"postCreateCommand": "make -C $HOME/colcon_ws/src/bitbots_main install",
"postAttachCommand": "git config --global --add safe.directory '*'"
"postCreateCommand": "git config --global --add safe.directory '*' && make -C $HOME/colcon_ws/src/bitbots_main install"
}
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,5 @@
"python.analysis.extraPaths": [
"/opt/ros/iron/lib/python3.10/site-packages"
],



"cmake.configureOnOpen": false,
}

0 comments on commit 9e6cebd

Please sign in to comment.