1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-02 06:56:21 +03:00

vscode 1.40 has deployed native ligature settings support

Bruno Logerfo 2019-11-07 19:28:34 -03:00
parent c15c1c2155
commit 0d30835dc2

@ -28,17 +28,10 @@ Go to `Sublime Text` -> `Preferences` -> `Settings`, add:
# VS Code
Via editing `electron-browser/index.html`, see https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css
In a recent patch of VS Code ([microsoft/vscode#82153](https://github.com/microsoft/vscode/issues/82153)), it will be able to define
Since version [1.40](https://code.visualstudio.com/updates/v1_40#_font-feature-settings), you can define in `settings.json`:
```json
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'"
```
in `settings.json` without hacking the editor's CSS. It is not clear that this feature will be merged into any future releases of VS Code.
# VS Code (soon)
https://github.com/microsoft/vscode/issues/10435#issuecomment-545513026
# CSS