Closed
Description
Is your feature request related to a problem? Please describe.
When running VSCode on a new computer, the tutorial failed because git wasn't installed.
Describe the solution you'd like
On mac, just running git --version
is enough to trigger a request to install git.
- To be safe the app should not allow loading a tutorial until git is verified.