Skip to content

Commit 45a92ba

Browse files
committed
Remove node-fetch reference
1 parent a0435ff commit 45a92ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/features/UpdatePowerShell.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4-
import fetch from "node-fetch";
54
import { SemVer } from "semver";
65
import vscode = require("vscode");
76

@@ -112,7 +111,7 @@ export class UpdatePowerShell {
112111
}
113112
// Looks like:
114113
// {
115-
// "ReleaseDate": "2022-10-20T22:01:38Z",
114+
// "ReleaseDate": "2022-10-fetc20T22:01:38Z",
116115
// "BlobName": "v7-2-7",
117116
// "ReleaseTag": "v7.2.7"
118117
// }

0 commit comments

Comments
 (0)