summaryrefslogtreecommitdiff
path: root/doc/context/scripts/mkiv/mtx-vscode.xml
blob: c4cf3167e4fb14ecd59993ba45061d8de3e6f5b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<application>
 <metadata>
  <entry name="name">mtx-vscode</entry>
  <entry name="detail">vscode extension generator</entry>
  <entry name="version">1.00</entry>
 </metadata>
 <flags>
  <category name="basic">
   <subcategory>
    <flag name="generate"><short>generate extension in sync with current version</short></flag>
    <flag name="start"><short>start vscode with extension context</short></flag>
   </subcategory>
  </category>
 </flags>
 <examples>
  <category>
   <title>Example</title>
   <subcategory>
    <example><command>mtxrun --script vscode --generate e:/vscode/extensions</command></example>
    <example><command>mtxrun --script vscode --generate</command></example>
    <example><command>mtxrun --script vscode --start</command></example>
   </subcategory>
  </category>
 </examples>
</application>