Skip to content

Conversation

@gcampbell-msft
Copy link
Collaborator

This adds an API implementation so that other vscode extensions can use an official api to interact with this extension.

The API has methods for listing the build targets, building, and cleaning.

"@vscode/extension-telemetry": "^0.9.6",
"vscode-jsonrpc": "^3.6.2"
"vscode-jsonrpc": "^3.6.2",
"vscode-makefile-tools-api": "file:../vscode-makefile-tools-api"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build and tests will fail until this is updated after api is published

… because setImmediate will run on the next event loop, while the cancellation listeners are on the current loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants