Vscode Nsight extension issue with bool type

There is an issue with nsight extension during kernel debugging.
bool type variable value isn’t shown in variables->local or watch windows (shown as not available).
Switching the bool variable to int turns the variable’s value visible in watch window.