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 46ba151 commit ad2ce6cCopy full SHA for ad2ce6c
src/commands/serverActions.ts
@@ -219,7 +219,6 @@ export async function serverActions(): Promise<void> {
219
const path = vscode.Uri.parse(urlString).path;
220
const token = await getCSPToken(api, path);
221
if (token.length > 0) {
222
- urlString += urlString.includes("?") ? "" : "?";
223
urlString += `&CSPCHD=${token}`;
224
}
225
0 commit comments