Skip to content

Commit

Permalink
show *** header
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 11, 2024
1 parent 39396f2 commit 259c8a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vscode/src/vshost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ export class VSCodeHost extends EventTarget implements Host {
})
if (!azureToken) throw new Error("Azure token not available")
tok.token = "Bearer " + azureToken
tok.curlHeaders = {
Authorization: "Bearer ***",
}
}
return tok
}
Expand Down

0 comments on commit 259c8a2

Please sign in to comment.