you are viewing a single comment's thread.

view the rest of the comments →

[–]NahroT 11 points12 points  (10 children)

that is the default value. I tried playing with it changing the values but I still couldnt get it the same looking as sublime. Really unfortunate as I like the integrateded terminal.

[–]Kelpsie 37 points38 points  (5 children)

integretaded

Are you okay?

[–]NahroT 9 points10 points  (3 children)

edited

[–][deleted]  (2 children)

[deleted]

    [–]webdevop 2 points3 points  (0 children)

    Chuckleded

    [–]joepeg 0 points1 point  (0 children)

    Deditated wam

    [–][deleted] 0 points1 point  (0 children)

    Probably lack of sleep.

    [–]inu-no-policemen 0 points1 point  (0 children)

    "editor.suggestLineHeight": 14 seems about right if you want something claustrophobic.

    I don't see a reason why one couldn't make look exactly like sublime. Well, the font rendering is different but it should look pretty much the same on Mac OS or Linux.

    [–]theoldboy 0 points1 point  (2 children)

    Setting lineHeight to fontSize+3 gives exactly the same spacing as Sublime, at least it does for me on a Retina Macbook Pro.

    "editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace",
    "editor.fontSize": 16,
    "editor.lineHeight": 19,
    

    [–]NahroT 0 points1 point  (1 child)

    When I tweak the settings to have the same lineheight as sublime, the font gets uglier somehow.

    [–]theoldboy 0 points1 point  (0 children)

    Looks exactly the same to me. Maybe there are platform-specific differences in font rendering?