In Vim you could set the tabsize for the current buffer by executing :set tabstop=4. How do you achieve the same thing in VSCode?
:set tabstop=4