Relative Content

Tag Archive for visual-studio-codesettings

VScode explorer column initial indentation

Suddenly the initial indentation of the Explorer column in VScode got bigger. I tried all ways to fix it but no success. What should i do to get rid of that gap before the name of the files ?
enter image description here

Prevent VS code “skipping” quote keypress if next char is a quote

In VS code when the cursor is placed in front of a quote character, and you press that same character on your keyboard, instead of inserting a character as you would expect it just positions the cursor after the already existing quote character. I want to disable this behavior and instead, insert the quote that I typed, but I cannot find a setting to do this.