Click here to Skip to main content
15,908,661 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Embedded Pin
kalberts4-Mar-20 9:08
kalberts4-Mar-20 9:08 
RantElephanting Visual Studio Code Pin
Marc Clifton4-Mar-20 5:10
mvaMarc Clifton4-Mar-20 5:10 
GeneralRe: Elephanting Visual Studio Code Pin
Greg Utas4-Mar-20 5:17
professionalGreg Utas4-Mar-20 5:17 
GeneralRe: Elephanting Visual Studio Code Pin
Stefan_Lang4-Mar-20 21:24
Stefan_Lang4-Mar-20 21:24 
GeneralRe: Elephanting Visual Studio Code Pin
Greg Utas5-Mar-20 1:32
professionalGreg Utas5-Mar-20 1:32 
GeneralRe: Elephanting Visual Studio Code Pin
Paddington Bear4-Mar-20 5:36
Paddington Bear4-Mar-20 5:36 
GeneralRe: Elephanting Visual Studio Code Pin
Marc Clifton4-Mar-20 6:13
mvaMarc Clifton4-Mar-20 6:13 
GeneralRe: Elephanting Visual Studio Code Pin
Richard Deeming4-Mar-20 7:17
mveRichard Deeming4-Mar-20 7:17 
vscode settings - Make horizontal scrollbar more visible in Visual Studio code - Stack Overflow[^]
vscode settings - How to make scrollbars wider in Visual Studio Code? - Stack Overflow[^]

You'll need to manually open %APPDATA%\Code\User\settings.json, since the settings editor doesn't know about these properties.
JavaScript
{
    ...
    "editor.scrollbar.horizontal": "visible",
    "editor.scrollbar.horizontalScrollbarSize": 20
}
That at least makes it taller and always visible.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Elephanting Visual Studio Code Pin
Marc Clifton4-Mar-20 8:05
mvaMarc Clifton4-Mar-20 8:05 
GeneralRe: Elephanting Visual Studio Code Pin
alang_icon4-Mar-20 22:55
alang_icon4-Mar-20 22:55 
GeneralRe: Elephanting Visual Studio Code Pin
Jeroen_R5-Mar-20 2:19
Jeroen_R5-Mar-20 2:19 
GeneralRe: Elephanting Visual Studio Code Pin
Paddington Bear4-Mar-20 21:24
Paddington Bear4-Mar-20 21:24 
GeneralRe: Elephanting Visual Studio Code Pin
Gerry Schmitz4-Mar-20 6:21
mveGerry Schmitz4-Mar-20 6:21 
GeneralRe: Elephanting Visual Studio Code Pin
Rage4-Mar-20 6:26
professionalRage4-Mar-20 6:26 
GeneralRe: Elephanting Visual Studio Code Pin
dandy724-Mar-20 8:04
dandy724-Mar-20 8:04 
GeneralRe: Elephanting Visual Studio Code Pin
  Forogar  4-Mar-20 7:13
professional  Forogar  4-Mar-20 7:13 
GeneralRe: Elephanting Visual Studio Code Pin
Mike Hankey4-Mar-20 8:22
mveMike Hankey4-Mar-20 8:22 
GeneralRe: Elephanting Visual Studio Code Pin
Mark_Wallace4-Mar-20 8:35
Mark_Wallace4-Mar-20 8:35 
GeneralRe: Elephanting Visual Studio Code Pin
Mike Hankey4-Mar-20 8:37
mveMike Hankey4-Mar-20 8:37 
PraiseRe: Elephanting Visual Studio Code Pin
raddevus4-Mar-20 8:58
mvaraddevus4-Mar-20 8:58 
GeneralRe: Elephanting Visual Studio Code Pin
Cp-Coder4-Mar-20 11:32
Cp-Coder4-Mar-20 11:32 
GeneralRe: Elephanting Visual Studio Code Pin
nedo_0074-Mar-20 21:52
nedo_0074-Mar-20 21:52 
GeneralRe: Elephanting Visual Studio Code Pin
t-j@home4-Mar-20 22:36
professionalt-j@home4-Mar-20 22:36 
GeneralRe: Elephanting Visual Studio Code Pin
obermd5-Mar-20 3:48
obermd5-Mar-20 3:48 
GeneralRe: Elephanting Visual Studio Code Pin
maze35-Mar-20 3:51
professionalmaze35-Mar-20 3:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.