gpt4 book ai didi

visual-studio-code - VSCode : `editor.tokenColorCustomizations` > `comment` does not color the whole comment

转载 作者:行者123 更新时间:2023-12-04 13:56:58 28 4
gpt4 key购买 nike

环境

  • 适用于macOS的Visual Studio代码1.18.0。
  • 主题hedinne.popping-and-locking-vscode,由 hedinne 组成。

  • 问题

    当我覆盖 /*> editor.tokenColorCustomizations时,为什么块注释的初始 comment的颜色没有更改?

    例子

    First line of block comment not changed

    最佳答案

    "editor.tokenColorCustomizations": {
    "textMateRules": [
    {
    "scope": "punctuation.definition.comment",
    "settings": {
    "foreground": "#33f"
    }
    }
    ]
    }

    关于visual-studio-code - VSCode : `editor.tokenColorCustomizations` > `comment` does not color the whole comment,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47218502/

    28 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com