Skip to content

Commit

Permalink
More comments
Browse files Browse the repository at this point in the history
  • Loading branch information
umroverPerception committed Sep 24, 2023
1 parent 749d729 commit 3e90507
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
//// Cmake
// Catkin only works with Make... ideally we could use Ninja
"cmake.generator": "Unix Makefiles",
// Set to the catkin build directory
"cmake.buildDirectory": "${workspaceFolder}/../../build/mrover",
// We want catkin to configure
// VSCode will try to use its own toolchain and ignore the catkin profile
"cmake.configureOnOpen": false,
"cmake.configureOnEdit": false,
"cmake.automaticReconfigure": false,
Expand Down

0 comments on commit 3e90507

Please sign in to comment.