You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
{
2
2
"name": "workspace-guard",
3
-
"version": "0.1.11",
3
+
"version": "0.1.12",
4
4
"private": true,
5
5
"displayName": "Workspace Guard",
6
-
"preview": true,
7
6
"publisher": "ToppyMicroServices",
8
7
"license": "Apache-2.0",
9
-
"description": "Preview: Warn before VS Code opens your home directory or other high-risk folders, and offer privacy hardening for telemetry-related settings.",
8
+
"description": "Warn before VS Code opens your home directory or other high-risk folders, and offer privacy hardening for telemetry-related settings.",
`Marketplace package download failed for ${extensionId}@${version}: HTTP ${packageResponse.status}`,
142
+
);
143
+
}
144
+
145
+
if(!contentType.includes('application/vsix')){
146
+
thrownewError(
147
+
`Marketplace package download returned unexpected content type '${contentType}' for ${extensionId}@${version}.`,
148
+
);
149
+
}
150
+
151
+
console.log(
152
+
`Marketplace release verified for ${extensionId}@${version} (${mode}, universal vspackage reachable).`,
153
+
);
154
+
return;
155
+
}
156
+
157
+
thrownewError(
158
+
`Marketplace did not expose expected version '${version}' for ${extensionId} before timeout. Last visible version: '${lastPublishedVersion||'unknown'}'.`,
0 commit comments