We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now the launch config contains a mix of under_score and camelCase:
This should be consistent. From looking at https://code.visualstudio.com/docs/cpp/launch-json-reference, camelCase seems to be the convention.
The sooner this is corrected, the better (in order to avoid breaking configs later on) 🙂
The text was updated successfully, but these errors were encountered:
I agree that we should change this. I think this can easily be done with serde by telling it to camelCase :)
Sorry, something went wrong.
launch.json
noppej
Successfully merging a pull request may close this issue.
Right now the launch config contains a mix of under_score and camelCase:
This should be consistent. From looking at https://code.visualstudio.com/docs/cpp/launch-json-reference, camelCase seems to be the convention.
The sooner this is corrected, the better (in order to avoid breaking configs later on) 🙂
The text was updated successfully, but these errors were encountered: