Visual Studio Code Tips in 2 minutes - How to highlight current line
jalpesh Vadgama

jalpesh Vadgama @jalpeshvadgama

About: Full Stack Developer, Blogger, Microsoft Mvp, Mentor, Lifelong learner, 14 Years of Experience in JavaScript, web and Microsoft technologies. ASP.NET MVC/Core, C#, Angular,Vue.js, and node.js

Location:
Ahemdabad, Gujarat
Joined:
Oct 3, 2017

Visual Studio Code Tips in 2 minutes - How to highlight current line

Publish Date: Mar 22 '21
8 0

In this video, I am going to show you a tip about highlighting current line visual studio code. It can be done via "workbench.colorCustomizations". There are other tons of options provided in workbench color customizations I will talk about that in upcoming videos.

Here is the code the same.


"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#e9f2fa",
// "editor.lineHighlightBackground": "#171a1a",
"editor.lineHighlightBorder": "#9292ac"
}

For more details please do watch my video.

If you like this video and wanted to see a similar kind of video then, please subscribe to my you tube channel at - https://bit.ly/codewithjv.

Also, Please comment about what content you want to see in my YouTube channel.

Comments 0 total

    Add comment