Debug code with vscode console.log (Object) expands Object by default in the code

in the process of using vscode to debug code. If I print an object in my code, the output in the debug console looks like this. How can I configure to expand this object by default instead of clicking on it one by one to see the contents?

clipboard.png


consloe.log (JSON.stringify (object))


I also want to know.

Menu