Skip to content

Make delve work

Warren Gifford requested to merge delve into master

Created by: nicksnyder

This PR does a few things:

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

Merge request reports

Loading