We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0435ff commit 45a92baCopy full SHA for 45a92ba
src/features/UpdatePowerShell.ts
@@ -1,7 +1,6 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
4
-import fetch from "node-fetch";
5
import { SemVer } from "semver";
6
import vscode = require("vscode");
7
@@ -112,7 +111,7 @@ export class UpdatePowerShell {
112
111
}
113
// Looks like:
114
// {
115
- // "ReleaseDate": "2022-10-20T22:01:38Z",
+ // "ReleaseDate": "2022-10-fetc20T22:01:38Z",
116
// "BlobName": "v7-2-7",
117
// "ReleaseTag": "v7.2.7"
118
// }
0 commit comments