microsoft / vscode-js-debug

A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more
MIT License
1.67k stars 283 forks source link

Debugger should warn when debugging extension that is not compatible with VS Code version #2133

Open lramos15 opened 8 hours ago

lramos15 commented 8 hours ago
  1. Have an extension with an engine version that is newer than the version of VS Code you have
  2. Hit debug
  3. None of your breakpoints hit
  4. 😢 Be confused as there is no warning telling you why this is happening and the same config worked just a few hours ago.