| Vegan Ipsum VS Code ExtensionA lightweight VS Code extension that generates and inserts vegan-themed lorem ipsum text into your files. Usage
Open the command palette (F1 or Cmd/Ctrl+Shift+P).Type "lorem ipsum" and select one of the following options:
Insert a single line of text.Insert a paragraph of text.Insert multiple paragraphs of text. CustomizationThis extension provides the following commands: 
vegan-ipsum.line- Inserts a single line of vegan ipsum text.vegan-ipsum.paragraph- Inserts a single paragraph of vegan ipsum text.vegan-ipsum.multipleParagraphs- Inserts multiple paragraphs of vegan ipsum text. Adding KeybindingsBy default, these commands do not have keybindings. You can add custom keybindings by modifying your keybindings.json file. For example: {
  "key": "ctrl+shift+l",
  "command": "vegan-ipsum.paragraph",
  "when": "editorTextFocus"
}
 For more details, refer to the VS Code keybindings documentation. CreditsThis extension leverages the vegan-ipsum npm package for its core functionality. |  |