We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've noticed that the number 8 is rendered significantly smaller than the other numbers in the current font.
Software: Visual Studio Code Settings:
"editor.fontSize": 18, "editor.fontFamily": "'Monaspace Neon Light', monospace", "editor.fontLigatures": "'calt', 'ss07', 'ss08', 'liga'",
{ "workbench.startupEditor": "none", "settingsSync.ignoredExtensions": [], "editor.fontSize": 18, "workbench.iconTheme": "vscode-icons", "editor.minimap.enabled": false, "explorer.confirmDelete": false, "editor.unicodeHighlight.nonBasicASCII": false, "security.workspace.trust.banner": "never", "telemetry.telemetryLevel": "off", "dotnetAcquisitionExtension.enableTelemetry": false, "typescript.format.placeOpenBraceOnNewLineForFunctions": true, "javascript.format.placeOpenBraceOnNewLineForFunctions": true, "javascript.format.placeOpenBraceOnNewLineForControlBlocks": true, "dotnet.inlayHints.enableInlayHintsForParameters": true, "dotnet.inlayHints.enableInlayHintsForOtherParameters": true, "dotnet.inlayHints.enableInlayHintsForObjectCreationParameters": true, "dotnet.inlayHints.enableInlayHintsForLiteralParameters": true, "dotnet.inlayHints.enableInlayHintsForIndexerParameters": true, "csharp.inlayHints.enableInlayHintsForTypes": true, "csharp.inlayHints.enableInlayHintsForLambdaParameterTypes": true, "csharp.inlayHints.enableInlayHintsForImplicitVariableTypes": true, "csharp.inlayHints.enableInlayHintsForImplicitObjectCreation": true, "editor.fontFamily": "'Monaspace Neon Light', monospace", "editor.fontLigatures": "'calt', 'ss07', 'ss08', 'liga'", }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've noticed that the number 8 is rendered significantly smaller than the other numbers in the current font.
Software: Visual Studio Code
Settings:
Full VSCode Settings
The text was updated successfully, but these errors were encountered: