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
Does this issue occur when all extensions are disabled?: I need to use the C++ extension but it appears this bug does not occur within the C++ extension.
VS Code Version: 1.96.4
OS Version: Macos, linux, windows, multiple versions
Steps to Reproduce:
Open a folder in vscode
Add a simple entry to launch.json passing a timestamp like 2025-01-16T14:30:00.0Z, e.g.
I briefly stepped through a local build of vscode ealier and this does not appear to be done in the C++ extension.
I was debugging a program earlier which requires a specific timestamp format and this vscode bug made it impossible for me to debug my program in the IDE.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: I need to use the C++ extension but it appears this bug does not occur within the C++ extension.
Steps to Reproduce:
2025-01-16T14:30:00.0Z
, e.g.01/16/2025 14:30:00
Somehow vscode is silently rewriting my argument.
I briefly stepped through a local build of vscode ealier and this does not appear to be done in the C++ extension.
I was debugging a program earlier which requires a specific timestamp format and this vscode bug made it impossible for me to debug my program in the IDE.
The text was updated successfully, but these errors were encountered: