Skip to content

Commit

Permalink
Merge pull request #4 from MissouriMRDT/hotfix/cmake-extension-settings
Browse files Browse the repository at this point in the history
Fix CMAKE Extension Settings Not Showing In Bottom Toolbar
  • Loading branch information
ClayJay3 authored Nov 29, 2023
2 parents e219f9f + a098601 commit 032a44c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"/usr/local/include/gtest/**"
],
// CMAKE extension settings.
"cmake.configureOnOpen": false,
"cmake.configureOnOpen": true,
"cmake.options.statusBarVisibility": "visible",
// Format Files extension settings.
"formatFiles.excludedFolders": [
"node_modules",
Expand Down

0 comments on commit 032a44c

Please sign in to comment.