How to add more indentation in the Visual Studio code explorer file tree structure?

Go to File > Preference > Settings and choose: Workbench › Tree: Indent Controls tree indentation in pixels. or (in your settings.json enter this directly) “workbench.tree.indent”: 10 and choose a high enough number for you. Also see my answer at Visual Studio code sidebar Vertical guideline (customize sidebar) where with v1.36 you can add colorized … Read more

How can I export settings?

With the current version of Visual Studio Code as of this writing (1.22.1), you can find your settings in ~/.config/Code/User on Linux (in my case, an, Ubuntu derivative) %APPDATA%\Code\User (C:\Users\username\AppData\Roaming\Code\User) on Windows ~/Library/Application Support/Code/User/ on Mac OS X (thank you, Christophe De Troyer) The files are settings.json and keybindings.json. Simply copy them to the target … Read more

How to exclude folder from “Explore” tab?

Use files.exclude: Go to File -> Preferences -> Settings (or on Mac Code -> Preferences -> Settings) Pick the workspace settings tab Add this code to the settings.json file displayed on the right side: // Place your settings in this file to overwrite default and user settings. { “settings”: { “files.exclude”: { “**/.git”: true, // … Read more

How do I jump to a closing bracket in Visual Studio Code?

Mac Cmd+Shift+\ Mac with french keyboard : Ctrl+Cmd+Option+Shift+L Windows Ctrl+Shift+\ Windows with spanish keyboard Ctrl+Shift+| Windows with german keyboard Ctrl+Shift+^ Ubuntu Ctrl+Shift+\ Alternatively, you can do: Ctrl+Shift+p And select Preferences: Open Keyboard Shortcuts There you will be able to see all the shortcuts, and create your own. The command in question is called editor.action.jumpToBracket.

How do I move the panel in Visual Studio Code to the right side?

As of October 2018 (version 1.29) the button in @mvvijesh’s answer no longer exists. You now have 2 options. Right click the panel’s toolbar (nowhere else on the panel will work) and choose “move panel right/bottom”: Or choose “View: Toggle Panel Position” from the command palette. Source: VSCode update notes: https://code.visualstudio.com/updates/v1_29#_panel-position-button-to-context-menu

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)