Custom indentation #2521
Labels
Devtools Code Bug
Bugs related to Devtools code (not directly related to the VS code extension)
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I would like to request the possibility to customize the "Default indentation" of the DevTools console minutely (1 or more spaces or a tab character).
I prefer single space indentation and that isn't possible in the DevTools console in Microsoft Edge or in the vscode extension.
Describe the solution you'd like:
Synchronize the console's indentation settings with the user's vscode indentation settings, or add settings similar to vscode's indentation settings to the DevTools extension.
Describe alternatives you've considered:
I considered using the DevTools console window in Microsoft Edge, but its indentation settings are limited to "2 spaces", "4 spaces", "8 spaces" or "Tab character" and doesn't have an additional setting for rendering the tab character with a custom width.
If the Microsoft Edge DevTools had "1 space" as an option, that would fix the problem too.
Additional context:
It might be useful to note that the settings found in Microsoft Edge do not seem readily available in the vscode extension, -- I couldn't find them, -- and enabling "sync settings" didn't seem to affect the console either. Adding access to these DevTools settings wouldn't solve the issue, but it seemed noteworthy.
The text was updated successfully, but these errors were encountered: