Skip to content

Commit c7500b4

Browse files
committed
Add CSPSHARE=1 to align add-in behaviour with Studio
1 parent 1f96937 commit c7500b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/serverActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ export async function serverActions(): Promise<void> {
261261
params += `&Project=${encodeURIComponent(project)}`;
262262
}
263263
params += `&CSPCHD=${token}`;
264+
params += "&CSPSHARE=1";
264265
vscode.env.openExternal(vscode.Uri.parse(`${serverUrl}${addin.id}?${params}`));
265266
}
266267
}

0 commit comments

Comments
 (0)