Im not sure if this is an extension or an update but ever since the most recent VS code update they have single folders inline with parent folders. I didnt think it would bother me as much but I find that is driving me crazy, I much to prefer to just have child folders nested underneath the first time instead of dynamically changing all the time based on my folder structure.
Here is an image example, anybody know what this setting is called?
From File > Preferences > Settings (macOS: Code > Preferences > Settings), search for telemetry, and uncheck the Telemetry: Enable Telemetry setting. This will silence all telemetry events from VS Code going forward. Important Notice: VS Code gives you the option to install Microsoft and third party extensions.
Copy line up / down. Keyboard Shortcut: ⇧⌥↑ (Windows Shift+Alt+Up, Linux Ctrl+Shift+Alt+Up) or ⇧⌥↓ (Windows Shift+Alt+Down, Linux Ctrl+Shift+Alt+Down) The commands Copy Line Up/Down are unbound on Linux because the VS Code default keybindings would conflict with Ubuntu keybindings, see Issue #509.
Visual Studio Code Tips and Tricks ... Stage a portion of a file by selecting that file (using the arrows) and then choosing Stage Selected Ranges from the Command Palette. Undo last commit. Click the (...) button and then select Undo Last Commit to undo the previous commit. The changes are added to the Staged Changes section.
See more in Key Bindings for Visual Studio Code. By default VS Code shows the Settings editor, you can find settings listed below in a search bar, but you can still edit the underlying settings.json file by using the Open Settings (JSON) command or by changing your default settings editor with the workbench.settings.editor setting.
File -> Preferences -> Settings -> Features -> Explorer
and untick the compact folders checkbox.
Or directly in your settings.json
, add "explorer.compactFolders": false
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With