-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Problem Statement/Rationale
Large int64 values are not displayed correctly, since they're parsed as float64s (I assume based on the output value, and the value at which I start seeing this behavior). Ideally they would be displayed as extended JSON to avoid losing precision.{}{}
Steps to Reproduce
Create a document with a long field with a value greater than 9,007,199,254,740,992 and then view that document with the vscode plugin.
Expected Results
The value will be displayed as extended json to avoid losing precision
Actual Results
The value is displayed as a float64 which leads to losing precision
Additional Notes
- related to
-
VSCODE-523 Display playground documents and results with Shell Syntax instead of EJSON by default
- Ready for Work