代码之家  ›  专栏  ›  技术社区  ›  Jonesome Reinstate Monica

为什么一些希伯来语字符显示在一个盒子里?

  •  0
  • Jonesome Reinstate Monica  · 技术社区  · 3 年前

    下面是我的VSCode版本。

    我喜欢地狱。还可以用希伯来语和英语进行文本编辑。 我只在编辑器的语法模式为Powershell时才注意到这种行为。当模式为纯文本时,这种奇怪现象就不存在了。

    奇怪的显示行为:

    enter image description here

    怎么办?

    Version: 1.63.2 (system setup)
    Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3
    Date: 2021-12-15T09:40:02.816Z
    Electron: 13.5.2
    Chromium: 91.0.4472.164
    Node.js: 14.16.0
    V8: 9.1.269.39-electron.0
    OS: Windows_NT x64 10.0.19042
    
    1 回复  |  直到 3 年前
        1
  •  1
  •   Jonesome Reinstate Monica    3 年前

    修复方法正在讨论中 here .

    我使用了答案的一个子集。我添加了一些设置。json:

     "workbench.colorCustomizations": {
        "editorUnicodeHighlight.border": "#0000",  // set to transparent
      }