Commit fbdd125d authored by Ivan Šandrk's avatar Ivan Šandrk Committed by Chromium LUCI CQ

Remove stale info [VS Code will not show underscore on Linux]

That bug was fixed a long time ago https://github.com/Microsoft/vscode/issues/35901

TBR=isandrk@chromium.org

Change-Id: I00131047782889786137dacb8f1f1b156453386b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2571115Reviewed-by: default avatarIvan Šandrk <isandrk@chromium.org>
Commit-Queue: Ivan Šandrk <isandrk@chromium.org>
Auto-Submit: Ivan Šandrk <isandrk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833247}
parent cfec5454
......@@ -75,24 +75,6 @@ integration to work:
}
```
#### Rendering of underscore on Linux
As mentioned in [#35901](https://github.com/Microsoft/vscode/issues/35901), VS
Code will not show underscore (`_`) properly on Linux by default. You can work
around this issue by forcing another font such as the default `monospace` or
changing the font size in your settings:
```json
{
// If you want to use the default "monospace" font:
//"terminal.integrated.fontFamily": "monospace"
// If you would rather just increase the size of the font:
//"terminal.integrated.fontSize": 15
// If you would rather decrease the size of the font:
//"terminal.integrated.fontSize": 13
}
```
### Useful Extensions
Up to now, you have a basic version of VS Code without much language support.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment