microsoft / compose-language-service

Language service for Docker Compose documents
https://www.npmjs.com/package/@microsoft/compose-language-service
MIT License
53 stars 5 forks source link

Compose Format Document rounds big numbers #135

Open NLZ opened 1 year ago

NLZ commented 1 year ago

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.

bwateratmsft commented 1 year ago

Good find. I'll transfer this to the compose language service repository.