- Notifications
You must be signed in to change notification settings - Fork1.4k
Update README.md#534
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Update README.md#534
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Fix Uncaught Exception issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR removes an extraneous trailing comma in the README’s JSON example to prevent an uncaught exception when copying the snippet.
- Removed the extra comma after the
Authorization
header entry in the VS Code launch configuration example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I will accept the change for cleaner json, but VSCode itself supports jsonc with comments and trailing commas.
5502afa
intogithub:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Fix Uncaught Exception issue, trailing comma in documentation.