
Tip: It is useful to enable shortcut to reload the IDE when experimenting with changing product.json. It is possible to bypass this limitation. The open-source releases above add the Open VSIX extension registry, but this does not offer the same breadth of extensions.
VISUAL STUDIO CODE FORMAT ON SAVE NOT WORKING CODE
As a result, the Code - OSS source does not include a configured marketplace. However, the terms of use of the marketplace only permit it to be used with the Microsoft branded releases. One of Code's main strengths is its flexible API and rich extension ecosystem hosted on the Visual Studio Marketplace. For more info on the differences between open source and proprietary "Visual Studio Code" branded builds, consult the Code - OSS GitHub wiki. The latter is enforced by a handshake mechanism, and cannot be circumvented. Notably, only the proprietary builds are permitted to use Microsoft's marketplace and use Microsoft proprietary extensions such as the OmniSharp C# Debugger. These different flavors are all built from the Code - OSS repository, but with different licensing and default configurations. || vscodium AUR, vscodium-bin AUR, vscodium-git AUR, vscodium-electron AUR Nullifies telemetry in the source code, also ships configuration with Open VSX. VSCodium - Community open-source release.

|| visual-studio-code-bin AUR, visual-studio-code-insiders-bin AUR

This should be exactly the option I was looking for. However I don't think that this is related to my problem, because when I choose "Commonly Used" in these User-Settings and scroll down, I indeed see a configuration item named Editor: Insert Spaces with the description Interestingly, the link to User and Workspace Settings shows a screenshot which looks different from what my Visual Studio Code shows: In the website, Settings should be available for either "User" or "Workspace" (there are two tabs of this name visible in the screenshot on that side), while in my editor, the Settings page shows only "User". I understand that Visual Studio Code (what I use) is a different text editor from Visual Studio. UPDATE, based on the answer given by harrymc :

There is no item "Advanced" under the "Edit" menu.Ī (for me) logical place to find such an option would be File/Preferences/TextEditor/Formatting, but there is no tabs->space option in that section. I have an item "Preferences" under the "File" Menu, but this in turn does not have an entry called "Source Code". I don't see a menu called "Tools" (I just have File, Edit, Selection, View, Go, Run, Terminal and Help) Preferences -> Source Code -> Code Formatting Tools->Options->Text Editor->All Languages->Tabs I found some discussion on this topic, and the suggestions I found included to use one of: I am using Visual Studio 1.56.0 (user setup) and would like to configure an editor to input the appropriate number of spaces when I press the tab key, instead of inserting a physical tab character. It's weird that Google did not bring up an answer to this question:
