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 1f96937 commit 22cec96Copy full SHA for 22cec96
src/commands/serverActions.ts
@@ -261,6 +261,7 @@ export async function serverActions(): Promise<void> {
261
params += `&Project=${encodeURIComponent(project)}`;
262
}
263
params += `&CSPCHD=${token}`;
264
+ params += "&CSPSHARE=1";
265
vscode.env.openExternal(vscode.Uri.parse(`${serverUrl}${addin.id}?${params}`));
266
267
0 commit comments