microsoft / vscode-edge-debug2

This is a VS Code extension which helps you debug your JavaScript Code inside the Edge browser.
Other
37 stars 31 forks source link

Error installing vscode.d.ts #210

Open jessetrinity opened 3 years ago

jessetrinity commented 3 years ago

Steps to reproduce:

  1. Clone this repo
  2. 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.