From 0d30835dc25f926090718138efc7bd86e55b67c5 Mon Sep 17 00:00:00 2001 From: Bruno Logerfo Date: Thu, 7 Nov 2019 19:28:34 -0300 Subject: [PATCH] vscode 1.40 has deployed native ligature settings support --- How-to-enable-stylistic-sets.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/How-to-enable-stylistic-sets.md b/How-to-enable-stylistic-sets.md index 5d9ad18..ed86b62 100644 --- a/How-to-enable-stylistic-sets.md +++ b/How-to-enable-stylistic-sets.md @@ -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