Related: https://github.com/microsoft/vscode/issues/210983 git.ts defines this: ```js additionalSuggestions: [ { name: "commit -m 'msg'", description: "Git commit shortcut", insertValue: "commit -m '{cursor}'", icon: "fig://template?color=2ecc71&badge=🔥", // type: "shortcut", }, ], ``` Which results in this (from gifs in https://github.com/withfig/autocomplete readme):  