I am using console.log in my javascript program in VS code to output to the console a lot of values. When I print a few values to the console using console.log, I am able to see every value in the console window as normal. But when there are a lot of them, the values seem to get cut off. Is there some sort of option in VS code that allows me to print everything to the console without it being cut off at some limit?