How to restart VScode after editing extension’s config?

Execute the workbench.action.reloadWindow command. There are some ways to do so: Open the command palette (Ctrl + Shift + P) and execute the command: >Reload Window Define a keybinding for the command (for example CTRL+F5) in keybindings.json: [ { “key”: “ctrl+f5”, “command”: “workbench.action.reloadWindow”, “when”: “editorTextFocus” } ]

Is there a standard keyboard shortcut to build the current project in Visual Studio?

Assigning the shortcut to “Build.BuildOnlyProject” command doesn’t seem to work in VS2008. Assign the shortcut to “Build.BuildSelection”. If you have a solution with several projects and files open from the various projects, whatever file you are currently editing will define the project that will be built when you use the assigned shortcut for “Build.BuildSelection”. You’ll … Read more

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