[VS Code] code snippet $ escape ( dollar sign )

    ๋ฐ˜์‘ํ˜•

    VS Code snippet ์—์„œ $ ํ‘œ์‹œ๊ฐ€ ํ•„์š”ํ•  ๋•Œ.

    from

    "mySnippet": {
    	"prefix" : [
        	"test"
        ],
        "body":[
        	"$('body').html();",
            "\t\n",
            "\t"
        ]
    }

     

    To

    "mySnippet": {
    	"prefix" : [
        	"test"
        ],
        "body":[
        	"\\$('body').html();",
            "\t\n",
            "\t"
        ]
    }

     

    $ ์•ž์— \\ ๋ฅผ ๋ถ™์ธ๋‹ค.

    728x90
    ๋ฐ˜์‘ํ˜•

    '๐Ÿ’ŽIDE' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

    [Eclipse] ์ดํด๋ฆฝ์Šค ์„ธํŒ… ์‹œ, Java Runtime Error ํ•ด๊ฒฐ๋ฐฉ๋ฒ•  (0) 2021.01.29

    ๋Œ“๊ธ€