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 ```