File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 17171717 },
17181718 {
17191719 "command" : " cmake.bookmarks.clearAll" ,
1720- "when" : " view == cmake.bookmarks && cmake:enableFullFeatureSet " ,
1720+ "when" : " cmake:enableFullFeatureSet && view == cmake.bookmarks" ,
17211721 "group" : " navigation@1"
17221722 }
17231723 ],
20092009 },
20102010 {
20112011 "command" : " cmake.outline.removeBookmark" ,
2012- "when" : " view == cmake.bookmarks && cmake:enableFullFeatureSet " ,
2012+ "when" : " cmake:enableFullFeatureSet && view == cmake.bookmarks" ,
20132013 "group" : " inline"
20142014 },
20152015 {
20162016 "command" : " cmake.outline.buildTarget" ,
2017- "when" : " view == cmake.bookmarks && cmake:enableFullFeatureSet " ,
2017+ "when" : " cmake:enableFullFeatureSet && view == cmake.bookmarks" ,
20182018 "group" : " bookmarkActions@1"
20192019 },
20202020 {
20212021 "command" : " cmake.outline.debugTarget" ,
2022- "when" : " view == cmake.bookmarks && cmake:enableFullFeatureSet " ,
2022+ "when" : " cmake:enableFullFeatureSet && view == cmake.bookmarks" ,
20232023 "group" : " bookmarkActions@2"
20242024 },
20252025 {
20262026 "command" : " cmake.outline.launchTarget" ,
2027- "when" : " view == cmake.bookmarks && cmake:enableFullFeatureSet " ,
2027+ "when" : " cmake:enableFullFeatureSet && view == cmake.bookmarks" ,
20282028 "group" : " bookmarkActions@3"
20292029 }
20302030 ],
You can’t perform that action at this time.
0 commit comments