Steps to reproduce:
- Clone this repo
- Run
npm install and see the following error:
Detected VS Code engine version: ^1.17.0
Error installing vscode.d.ts: Error: Request returned status code: 404
Details: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /api/releases/stable</pre>
</body>
</html>
It is recommended to migrate to @types/vscode:
https://code.visualstudio.com/api/working-with-extensions/testing-extension#migrating-from-vscode
However this requires that typescript be updated, and in turn vscode-chrome-debug-core. The errors from upgrading got a little too hairy for a quick fix so I'm opening this to track the issue.
Edit for context: VS pipelines that clone this repo are failing.