1

vs-codeのコードスニペットでマークダウン言語がサポートされていないように見えるのはなぜですか? 私も書いてみましたが、うまくいき"scope: "md"ません。

{
    "Print to console": {
        "scope": "markdown",
        "prefix": "test",
        "body": [
            "console.log('$1');",
            "$2"
        ],
        "description": "description"
    }
}
4

1 に答える 1