Use and respect vscode's `editor.tabSize` setting
Is your feature request related to a problem? Please describe.
Currently, thunder client gives a setting allowing the user to choose between 2 or 4 space indent. This is an annoyance for me (and probably many others that use an indent size other than 2 spaces) to have to configure it. Additionally, vscode supports any integer value (well, in the settings it lets you set editor.tabSize to any arbitrary integer value, though the dialogue for changing a tab size lets you choose 1-8). vscode gives much more flexibility, which is especially appreciated for the small amount of us that like a tab size of 3.
Describe the solution you'd like
It would be nice if thunder client could just read the editor.tabSize configuration setting from vscode and use that (this is possible, right?). Additionally, I set the setting to 3, it didn't reject it, and it seems to render okay (except the indent guides)?
Describe alternatives you've considered
Could always just set it manually, but this setting is so opinionated that a good portion of users would have to change it. It would be nice to automatically configure the tab size based on an existing setting that has already been set to a good value.
Your Team Size Using TC:
I work solo most of the time
Thanks @autumnblazey for the feedback, will review it.