Vscode: [๊ธฐ๋Šฅ ์š”์ฒญ] ์‚ฌ์šฉ์ž ์Šค ๋‹ˆํŽซ์— ์—ฌ๋Ÿฌ ์ค„ ์„ค๋ช… ์ง€์› ์ถ”๊ฐ€

์— ๋งŒ๋“  2019๋…„ 01์›” 04์ผ  ยท  3์ฝ”๋ฉ˜ํŠธ  ยท  ์ถœ์ฒ˜: microsoft/vscode

์‚ฌ์šฉ์ž ์Šค ๋‹ˆํŽซ์„ ๋งŒ๋“œ๋Š” ๋™์•ˆ ๊ทœ์น™์€ ๋‹ค์Œ๊ณผ ๊ฐ™์•„์•ผํ•ฉ๋‹ˆ๋‹ค.

"example": {
    "prefix": "example",
    "body": [
        "line 1",
        "line 2"
    ],
    "description": "A single line description"
}

๋งŽ์€ ์„ค๋ช…์„ ํ‘œ์‹œํ•˜๋ ค๋ฉด ๋‹ค์Œ๊ณผ ๊ฐ™์ด ๋งŽ์€ ์ด์Šค์ผ€์ดํ”„ ๋ฌธ์ž๋ฅผ ํฌํ•จํ•˜๋Š” ๊ฑฐ๋Œ€ํ•œ ๋ฌธ์ž์—ด์„ ์ž‘์„ฑํ•ด์•ผํ•ฉ๋‹ˆ๋‹ค.

"toctree": {
    "prefix": ".. toctree::",
    "body": [
        ".. toctree::",
        "$0"
    ],
    "description": "A toctree item, have these options:\n\t:maxdepth: para\n\t:caption: para
\n\t:numbered:\n\t:titlesonly:\n\t:glob:\n\t:reversed:\n\t:hidden:\n\t:includehidden:",
    "scope": "text.restructuredtext"
},

description ์˜ต์…˜์ด body ์™€ ๊ฐ™์€ ๋ชฉ๋ก ๊ฐ’์„๋ฐ›๋Š” ๊ฒƒ์ด ์ข‹์Šต๋‹ˆ๋‹ค.

"toctree": {
    "prefix": ".. toctree::",
    "body": [
        ".. toctree::",
        "$0"
    ],
    "description": [
        "A toctree item, have these options:",
        ":maxdepth: para",
        ":caption: para",
        ":numbered:",
        ":titlesonly:",
        ":glob:",
        ":reversed:",
        ":hidden:",
        ":includehidden:"
    ],
    "scope": "text.restructuredtext"
},
feature-request good first issue help wanted snippets

๋ชจ๋“  3 ๋Œ“๊ธ€

๋ฒ„์ „ ์ •๋ณด :

  • ์ฝ”๋“œ ๋ฒ„์ „ : 1.30.1 (์‚ฌ์šฉ์ž ์„ค์ •)
  • ์ปค๋ฐ‹ : dea8705087adb1b5e5ae1d9123278e178656186a
  • ๋‚ ์งœ : 2018-12-18T18 : 12 : 07.165Z
  • ์ „์ž : 2.0.12
  • ํฌ๋กฌ : 61.0.3163.100
  • Node.js : 8.9.3
  • V8 : 6.1.534.41
  • ์šด์˜์ฒด์ œ : Windows_NT x64 10.0.17763

@jrieken ์ด ๋ฌธ์ œ๋ฅผ ํ•ด๊ฒฐํ•˜๋Š” ๋ฐ

์ด ํŽ˜์ด์ง€๊ฐ€ ๋„์›€์ด ๋˜์—ˆ๋‚˜์š”?
0 / 5 - 0 ๋“ฑ๊ธ‰