From de85b856404e5da7811c1496d7d0ef5a47b01d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E7=BA=AB?= Date: Thu, 10 Oct 2019 08:48:45 +0900 Subject: [PATCH] VS Code added an option in settings.json to enable stylistic sets. --- How-to-enable-stylistic-sets.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/How-to-enable-stylistic-sets.md b/How-to-enable-stylistic-sets.md index 7613ab6..4d23444 100644 --- a/How-to-enable-stylistic-sets.md +++ b/How-to-enable-stylistic-sets.md @@ -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 ```