github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/integrations/vscode.mx (about)

     1  if { which code } then {
     2      autocomplete code %[
     3          {
     4              DynamicDesc: '{
     5                  code --help -> tabulate --map --split-space --key-inc-hint
     6              }'
     7          }
     8      ]
     9  }
    10  
    11  !if { man-summary atom } then {
    12      summary atom "Github Atom - Text editor / IDE"
    13  }
    14  
    15  !if { man-summary code } then {
    16      summary code "Microsoft Visual Studio Code - Text editor / IDE"
    17  }