Skip to content

Commit

Permalink
Removed duplication in Readme (#37)
Browse files Browse the repository at this point in the history
CMakeSelectLaunchTarget was specified twice
  • Loading branch information
rohit-kumar-j committed Apr 10, 2023
1 parent 1c2ad8e commit d6cfcb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ Read more about cmake variants from [vscode-cmake-tools docs](https://github.com
| CMakeSelectLaunchTarget | Select launch target, only include executable targets |
| CMakeSelectKit | Select kit defined from CMakeKits.json |
| CMakeSelectConfigurePreset | Select configure preset, if CMake[User]Presets.json is provided |
| CMakeSelectBuildPreset | Select build preset, if CMake[User]Presets.json is provided |
| CMakeSelectLaunchTarget | Select launch target, only include executable targets |
| CMakeSelectBuildPreset | Select build preset, if CMake[User]Presets.json is provided | |
| CMakeOpen | Open CMake console |
| CMakeClose | Close CMake console |
| CMakeInstall | Install CMake targets. Additional arguments will be passed to CMake. |
Expand Down

0 comments on commit d6cfcb2

Please sign in to comment.