How do I change color of comments in visual studio code?

From 1.15 (July 2017) you can change it from settings.json Ctrl+, “editor.tokenColorCustomizations”: { “comments”: “#d4922f” }, From 1.20 (January 2018) you can also do it for each theme separately: “editor.tokenColorCustomizations”: { “[Atom One Dark]”: { “comments”: “#d4922f” } }, Or now you can specify settings for multiple themes at once as “[Atom One Dark][Tomorrow Night … Read more

Multirow Tabs for VSCode

UPDATE Feb 2021: In-built support for tabs-wrapping in VSCode v1.53.0+ Just set the workbench.editor.wrapTabs to true in the settings. I still use my configuration mentioned below to make tabs smaller as per my usage. UPDATED 28 March 2020 for VSCode v1.43.2 Fixed CSS for tab-close button Added CSS for smaller bread-crumbs and acion-bar (at the … Read more

Different theme per window in Visual Studio Code

You can have a different theme per workspace/folder by adjusting the workbench.colorTheme in the workspace settings. Open a new VSCode window. Open the project folder where you would like to have a different color theme. Navigate to File > Preferences > Settings. Select the “Workspace Settings” tab at the top of the settings screen. Anything … Read more

Visual studio code cmd error: Cannot be loaded because running scripts is disabled on this system

I found out here that you can add to your visual studio code settings the following and the problem will vanish: For visual studio code settings, go to File -> Preferences -> Settings -> Extensions -> Scroll down and find “Edit in settings.json”. Do not forget to restart the visual studio code “terminal.integrated.shellArgs.windows”: [“-ExecutionPolicy”, “Bypass”] … Read more

Color theme for VS Code integrated terminal

You can actually modify your user settings and edit each colour individually by adding the following to the user settings. Open user settings (Ctrl+,) Search for workbench and select Edit in settings.json under Color Customizations “workbench.colorCustomizations” : { “terminal.foreground” : “#00FD61”, “terminal.background” : “#383737” } For more on what colors you can edit you can … Read more

Change the encoding of a file in Visual Studio Code

So here’s how to do that: In the bottom bar of VSCode, you’ll see the label UTF-8. Click it. A popup opens. Click Save with encoding. You can now pick a new encoding for that file. Alternatively, you can change the setting globally in Workspace/User settings using the setting “files.encoding”: “utf8”. If using the graphical … Read more

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