mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08: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