Skip to content

Commit

Permalink
Add note about VS Code support
Browse files Browse the repository at this point in the history
  • Loading branch information
idan authored Nov 11, 2023
1 parent fa7b350 commit 03e40a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,16 @@ As with the desktop fonts, they are made available both as variable and static f
## Editors

### Visual Studio Code
Set the font family

Set the font family:

```json
"editor.fontFamily": "'Monaspace Neon Var', monospace",
"editor.fontFamily": "'Monaspace Neon', monospace",
```

> [!NOTE]
> Variable fonts are not yet well-supported in VS Code, and it is not yet possible to mix multiple fonts. Stay tuned, we're talking with the VS Code team about it!
Texture healing and coding ligatures are controlled by the same setting. You can enable either, or both.

If you only want texture healing and basic coding ligatures, add the following line to your `settings.json`:
Expand Down

0 comments on commit 03e40a8

Please sign in to comment.