Skip to content

Commit

Permalink
fix: re-classify configureOnOpen setting (#4150)
Browse files Browse the repository at this point in the history
* fix: re-classify configureOnOpen setting

* remove tags

---------

Co-authored-by: Garrett Campbell <[email protected]>
  • Loading branch information
rzhao271 and gcampbell-msft authored Oct 31, 2024
1 parent d0ad11e commit c3a5713
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2591,10 +2591,7 @@
"type": "boolean",
"default": true,
"description": "%cmake-tools.configuration.cmake.configureOnOpen.description%",
"scope": "resource",
"tags": [
"experimental"
]
"scope": "resource"
},
"cmake.configureOnEdit": {
"type": "boolean",
Expand Down

0 comments on commit c3a5713

Please sign in to comment.