- Modern JavaScript Web Development Cookbook
- Federico Kereki
- 103字
- 2021-07-02 14:49:44
How it works…
After doing the changes in the previous section, when you open VSC, you'll be able to see code as in the following screenshot:
![](https://epubservercos.yuewen.com/0EB5F0/19470383708834806/epubprivate/OEBPS/Images/c2fe811e-09d8-4a0c-8df5-b4432724f2a4.png?sign=1739066035-it0gVyUrlDhsI8PENBZTaiqZmF3Rtd6w-0-6d93fb988e6422ee4cc13acaf3cf73dd)
A sample listing, showing several ligatures; see lines 60 (=>), 63 (=== and ||), or 71 (<=)
Note that you don't have to do anything at all when you type in your code. If you want an arrow ligature, you will have to type the two characters = and > as usual; the way they will look on screen is just a result of font rendering. Similarly, if you want to search for an arrow, seek =>, as that's what will be saved to disk.
Now we have got VSC configured to our liking, let's start more packages to help with source code management and other features.