https://github.com/itavero/vscode-cpm-cmake-manager
Provides an easy way to manage packages included using CPM.cmake from within Visual Studio Code.
https://github.com/itavero/vscode-cpm-cmake-manager
cmake cpm vscode vscode-extension
Last synced: about 1 year ago
JSON representation
Provides an easy way to manage packages included using CPM.cmake from within Visual Studio Code.
- Host: GitHub
- URL: https://github.com/itavero/vscode-cpm-cmake-manager
- Owner: itavero
- License: mit
- Created: 2023-05-05T13:24:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T15:33:47.000Z (about 2 years ago)
- Last Synced: 2024-10-24T10:31:33.642Z (over 1 year ago)
- Topics: cmake, cpm, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=arno-dev.cpm-cmake-manager
- Size: 266 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# CPM.cmake Manager
Provides an easy way to manage packages included using CPM.cmake from within Visual Studio Code.
## Features
* Show list of packages included using CPM.cmake in the Explorer view
* Each entry has a button to open the source directory of the package in a new window
* In case it is a Git repository, it will also try to fetch the latest tags from the remote repository and show if a newer version is available
* Provides a command to clean individual packages from the CPM.cmake source cache
* Provides a command to clean to global CPM.cmake source cache, which also triggers a clean and reconfigure of the CMake project
## Some things I might add in the future
* Show link to package's Git repository in the package list
* Ability to turn off automatic check for newer versions
* Ability to manually trigger to check for newer versions