Skip to content

Commit

Permalink
Add CSPSHARE=1 to align add-in behaviour with Studio (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray authored Aug 1, 2024
1 parent 1f96937 commit 22cec96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/serverActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ export async function serverActions(): Promise<void> {
params += `&Project=${encodeURIComponent(project)}`;
}
params += `&CSPCHD=${token}`;
params += "&CSPSHARE=1";
vscode.env.openExternal(vscode.Uri.parse(`${serverUrl}${addin.id}?${params}`));
}
}
Expand Down

0 comments on commit 22cec96

Please sign in to comment.