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
Let's say I have this (fake for the example) key-value in my compose.yaml:
environment: discord_id: 1147053346671102335
When I select Format Document it will round 1147053346671102335 to 1147053346671102300, which I don't think I need to explain why is bad.
Of course I can quote it to make into a string, but was blindsided by this behavior, would be nice to save others from it.
The text was updated successfully, but these errors were encountered:
Good find. I'll transfer this to the compose language service repository.
Sorry, something went wrong.
No branches or pull requests
Let's say I have this (fake for the example) key-value in my compose.yaml:
When I select Format Document it will round 1147053346671102335 to 1147053346671102300, which I don't think I need to explain why is bad.
Of course I can quote it to make into a string, but was blindsided by this behavior, would be nice to save others from it.
The text was updated successfully, but these errors were encountered: