mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-14 07:12:00 +01:00
Fixes #17488 **Bug** In the calls to `JSON.stringify`, we are currently passing in `[]` as a whitelist. This results in no argument values being printed. **Fix** Pass in null instead so that we print all argument values