PowerToys: Utilities to customize Windows 10

Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment.
Brigit Murtaugh, a PM with VS Code, will talk through the benefits of remote development workflows and then demonstrate how to set things up using VS Code, WSL, Windows Terminal, a remote desktop machine, and a Virtual Machine (VM).
Topics:
Why are you even talking about tabs vs spaces?
This has been settled for years.
Things like Ansible even fail if you use tabs.
Whilst using tabs might work for a single user as long as you set it up on every single application that you use to read/write code (not a simple task).
However, as soon as you work with someone else you will cause problems.
Indenting long code into a second line will look weird unless you all have the same tab size.
Then if you don't make sure every single person for all time is using tabs instead of spaces you will also have the same problem.
Stick to spaces and the auto conversion from tabs to spaces.
Most other IDEs have had this for over a decade so it is a bit weird that you are talking about it in 2020 as a feature.
Totally disagree with Peter.
Spaces are limited. If you want to increase it you must alter the code and that is a problem.
Why 2 spaces and not 3 or 4? Because the spaces are spaces and that is not his nature, if you want to add an indent in a text use tabs.
If you want to decrease / increase the width of the tab to 1 or 99999, change your view settings (editorconfig) without alter the code and be happy.