How to change font size in VS Code sidebar?

Just want to add to the discussion, If you set: “window.zoomLevel”: “your number”, In my case I started with zero, you can use that as sort of a baseline: “editor.fontSize”: 14, “editor.tabSize”: 2, “terminal.integrated.fontSize”: 14, “window.zoomLevel”: 0, “[Log]”: { “editor.fontSize”: 14 }, And then tweaked until I was happy. E.g. you want to increase the … Read more

Sticky sidebar: stick to bottom when scrolling down, top when scrolling up

+1 to the very nice and ilustrative image. I know it’s an old question, but I casually found the same question posted by you in forum.jquery.com and one answer there (by@tucker973), suggested one nice library to make this and wanted to share it here. It’s called sticky-kit by @leafo github project webpage simple example in … Read more