top | item 21477331

Visual Studio Code October 2019 (1.40) Released

11 points| jonbeebe | 6 years ago |code.visualstudio.com

5 comments

order
[+] ketzo|6 years ago|reply
The improved bracket highlight is so nice. It's a very little thing, but it makes your brain have to work that much less to figure out where you're at.
[+] jonbeebe|6 years ago|reply
editor.fontLigatures has been expanded to allow you to specify stylistic sets, such as "'ss01', 'liga'" (and so on).

I was looking forward to this because I wanted to enable the "ss01" stylistic set for Fira Code, which takes away the downward slope at the end of the "r" character that I don't like, but it doesn't seem to be working for me.

Was anyone else able get this working for Fira Code?

[+] jonbeebe|6 years ago|reply
EDIT: disregard; it was a problem with my own config. It works as expected
[+] siproprio|6 years ago|reply
It feels like startup got even worse than it was, which is not instantaneous like Sublime Text.

It also uses much more CPU and GPU resources.

It feels like every time some Microsoft app gets updated, it gets worse and slower.

[+] chabad360|6 years ago|reply
Do keep in mind that VSCode is based on Electron (it's basicly running an entire webstack on your system, plus a chromium based renderer), so that means that it does require a good bit of resources to get running...

But on the good side, this means that its much more extensible, and (in theory, more capable) that other code editors, which it has proven itself to be.