Skip to content

Commit

Permalink
vscode: cmake default status bar visibility
Browse files Browse the repository at this point in the history
 - this is important for setting the active PX4 configuration
  • Loading branch information
dagar committed Jun 14, 2024
1 parent 3cbe2ae commit 783cf9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"cmake.buildDirectory": "${workspaceFolder}/build/${variant:CONFIG}",
"cmake.configureOnOpen": true,
"cmake.ctest.parallelJobs": 1,
"cmake.options.statusBarVisibility": "compact",
"cmake.skipConfigureIfCachePresent": true,
"cmakeExplorer.buildDir": "${workspaceFolder}/build/px4_sitl_test",
"cmakeExplorer.parallelJobs": 1,
Expand Down

0 comments on commit 783cf9a

Please sign in to comment.