Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'make-fetch-happen' dependency #4247

Commits on Jul 2, 2024

  1. Remove 'make-fetch-happen' dependency

    As Fetch API is compatible with Node.js >= v18, the engine and dependencies are accordingly updated:
    
    - engines:
    ```
    "vscode": "^1.82.3",
    "npm": ">=8.6.0",
    "node": ">=18.0.0"
    ```
    - devDependencies:
    ```
    "@types/node": "^18.19.39",
    ...
    "@types/vscode": "1.82.0",
    ```
    
    Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
    vrubezhny committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    431a178 View commit details
    Browse the repository at this point in the history