Skip to content

Get triggers/info from CMake Tools extension in my own extension #3114

Closed Answered by gcampbell-msft
itavero asked this question in Q&A
Discussion options

You must be logged in to vote

@itavero The most likely answer would be to interact with the vscode-cmake-tools-api package. To get the active project, one way would be to get the active folder using the getActiveFolderPath method and then pass that into getProject.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by gcampbell-msft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants