rlnt / vscode-keepachangelog

A VSCode extension that provides snippets for markdown files to create a changelog with the ruleset of Keep a Changelog.
GNU Lesser General Public License v3.0
13 stars 3 forks source link

Completions don't remove the cl- prefix, mangling the output #9

Closed JohnVidler closed 1 year ago

JohnVidler commented 1 year ago

It seems like the cl- prefix before a command is getting left behind when the command is replaced, which results in mangled markdown and requires that the user deletes the cl- before each section, which is a pain.

https://github.com/DAmNRelentless/vscode-keepachangelog/assets/537325/ecff15d6-19ae-4d24-9912-e426e2187ae5

Ideally the entire prompt phrase should be removed and replaced with the markdown snippet, as shown in the demo for the extension.