Skip to content

Making an auth provider which can be used on GH Codespaces #286

Discussion options

You must be logged in to vote

It seems it was an encoding issue. vscode.env.clipboard.writeText(callbackUri.toString()); should be vscode.env.clipboard.writeText(callbackUri.toString(true)); to skip the encoding in the URL.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by estruyf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant