It is irritating when you have to write and memorize this syntax in the middle of debugging, but let me just put it in here for future use:
*mypointer@10
Replace mypointer
with your pointer name, and replace 10
with how much array you want to view.
Good to read: https://github.com/Microsoft/vscode-cpptools/issues/172