Git Product home page Git Product logo

Comments (7)

debuggerpk avatar debuggerpk commented on August 21, 2024 3

yep, went all bold for me!

from vscode.

aecorredor avatar aecorredor commented on August 21, 2024

Yeap - just updated and had the same issue.

from vscode.

aecorredor avatar aecorredor commented on August 21, 2024

For clarity, these are the settings I had relating to fonts/colors/tokens:

  "editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
  "editor.fontSize": 14,
  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": [
          "comment",
          "constant.language",
          "keyword.control",
          "keyword.operator.expression",
          "keyword.other",
          "keyword.operator.new",
          "variable.language",
          "entity.other.attribute-name",
          "storage"
        ],
        "settings": {
          "fontStyle": "italic"
        }
      },
      {
        "scope": [
          "storage.type.function.arrow"
        ],
        "settings": {
          "fontStyle": ""
        }
      }
    ]
  },

from vscode.

dhrivnak avatar dhrivnak commented on August 21, 2024

Here's my only font customization:

"editor.fontFamily": "Source Code Pro Medium, Menlo, monospace"

from vscode.

CameronSumpter avatar CameronSumpter commented on August 21, 2024

This issue started happening for me this morning, also after updating to v1.90.0. It appears to be forcing use of bold in my case (with Operator Mono), as the dollar sign glyph in the font is different for bold than for all other weights and it appears that way regardless of how it’s configured.

Setting "editor.fontWeight": "normal" has no effect, although setting "editor.fontWeight": "bold" results in it applying faux bold to the already-bold weight being rendered.

from vscode.

kylefox avatar kylefox commented on August 21, 2024

Likewise, 1.90 made Operator Mono all bold for me. Changes to editor.fontWeight have no effect.

image

from vscode.

rzhao271 avatar rzhao271 commented on August 21, 2024

Duplicate of #214390

from vscode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.