Make delve work
Created by: nicksnyder
This PR does a few things:
- I adds a
.bin/
prefix in the Profile which caused startup to fail when delve was enabled - It enables API version 2, which VS Code uses by default now (otherwise it doesn't work).
- It adds delve to our tooling so we all use the same version.
- It removes the duplicate delve-hook file from enterprise (which was identical)