You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update API changes that add methods with command result information (#4518)
* Update api
temp
* update to execute clean, install, and reconfigure with results
* implement listBuildTargets
* implement run ctest with result api
* add todo for the tests parameter
* implemented ctestWithResult and listTests, may need additional testing but seems to work from an API perspective in a small test project and also CMake repo
* add cancellation token support in api updates
* slightly modify to old status for methods that were unchanged
* add api telemetry
* add version
* enforce better lifetime for combinedCancellationTokens
* add comment, no need for engine update, and remove unnecessary test change
* missed @types/vscode update
* update methods, add comments explaining, switch to exitCode
* update comment
* update vscode-cmake-tools npm package
* some linter fixes
* some more linter fixes
* linter
* linter
* remove unused imports
* fix test referencing result instead of exitCode
* linter
* update tests to reference exitCode rather than CommandResult return value
* keep unofficial api the same
0 commit comments