rioj7 / whenFile

Visual Studio Code extension to change workspace settings based on current file
1 stars 1 forks source link

Change font family #5

Open larsrinn opened 8 months ago

larsrinn commented 8 months ago

Is this possible? I want to change the styling of compiled files for all of our team members without changing the colors, because every team member might be using a different base-color-scheme and hence, have potentially low contrast between the colors if the changes apply.

rioj7 commented 7 months ago

@larsrinn

You want to change the setting editor.fontFamily based on the current file?

Changing this setting using the workspace settings file for the whole team is not a good idea.

Certain people prefer to use a particular font, they want or want no ligatures, need to use a particular font because they have difficulty differentiating certain glyphs (mild dyslexia).

If a team member does not like this font change they will disable the extension for this workspace. You can't force them to use it.