You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
I don't think I'm suppose to get empty object from date and it's really not helpful in my case because when I do this, it's because I want to take the aggregation I was working with and try it in Studio 3T and I can't without rewrite in memory value.
Just comparing with WebStorm, this is not an issue for them. It's not ideal, but when I copy the value, I do get a string version of the value if they couldn't return me the object like Date or ObjectId.
Note : this behaviour also happen when I work with ObjectId() which return empty object. I would prefer having the string, but I don't know if this is out of scope because it's 3rd party.
The text was updated successfully, but these errors were encountered:
@connor4312 this is pausing after the code above and using "Copy Value" on the $gte property in the variables view. We evaluate x.$and[0].renewalDate.$gte, and js-debug returns an empty object. But evaluating the same thing in the debug console returns the expected string. I think this is relying on the toString behavior of Date
connor4312
added
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
labels
Oct 5, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Does this issue occur when all extensions are disabled?: Not tested (Probably yes)
Steps to Reproduce:
I have this object :
Note : this behaviour also happen when I work with ObjectId() which return empty object. I would prefer having the string, but I don't know if this is out of scope because it's 3rd party.
The text was updated successfully, but these errors were encountered: