Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: url encoding of url-unsafe characters #40

Merged
merged 10 commits into from
Apr 17, 2021
Merged

Conversation

chdsbd
Copy link
Owner

@chdsbd chdsbd commented Apr 17, 2021

No description provided.

}
if (copyToClipboard) {
vscode.env.clipboard.writeText(url)
vscode.window.showInformationMessage("URL copied to clipboard.")
await vscode.env.clipboard.writeText(url)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typescript eslint has a rule for this

@kodiakhq kodiakhq bot merged commit 08bd7c5 into master Apr 17, 2021
@kodiakhq kodiakhq bot deleted the chris/fix-url-encoding branch April 17, 2021 20:03
@chdsbd chdsbd mentioned this pull request Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants