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

VS Code added an option in settings.json to enable stylistic sets.

秋纫 2019-10-10 08:48:45 +09:00
parent c882e03d76
commit de85b85640

@ -30,6 +30,12 @@ Go to `Sublime Text` -> `Preferences` -> `Settings`, add:
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), it will be able to define
```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.
# CSS
```