Is there a way of making the Active Tab Border highlighted on top instead of at the bottom?

You can visit the Theme Color VS Code web page to get more information on this. Open your user settings.json (Ctrl + ,) Two lines below the tab.activeBorder, you will find tab.activeBorderTop, which does exactly what you intended. “workbench.colorCustomizations”: { // Can customize each aspect “[One Dark Pro]”: { // Optional “tab.activeBorderTop”: “#0A84FF” // Active … Read more

How do you determine which formatter is being used for VS Code?

Starting with the 1.33 release (March 2019), attempting to format a file for which there are multiple formatters registered results in a popup like this: Note that the notification is “silent” if formatting happened implicitly via “format on save” or “format on paste”, meaning that you need to click the bell in the lower right … Read more

Multiline regular expression search in Visual Studio Code

Multiline search is added in v1.29 released in November 2018. See multi-line search. VS Code now supports multiline search! Same as in the editor, a regex search executes in multiline mode only if it contains a \n literal. The Search view shows a hint next to each multiline match, with the number of additional match … Read more

How can I change keyboard shortcut bindings in Visual Studio Code?

Click File -> Preferences -> Keyboard shortcuts. Use the tab that opens up to edit and find available key bindings and assign them. Historical Note: In very early versions of visual studio code, you would Click File -> Preferences -> Keyboard shortcuts and you would get JSON like this keybindings.json: // Place your key bindings … Read more

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