Currently, when I click 'push' from VS code, my commit goes to the remote repo directly without Gerrit review!! That's dangerous.
Is it possible to configure VS code to push to refs/for to trigger a Gerrit Review rather than pushing to refs/heads directly?
Thanks a lot.