diff options
Diffstat (limited to 'users/Profpatsch/lyric/extension/package.json')
-rw-r--r-- | users/Profpatsch/lyric/extension/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/Profpatsch/lyric/extension/package.json b/users/Profpatsch/lyric/extension/package.json index 389df271cf5a..76fd8d63e73d 100644 --- a/users/Profpatsch/lyric/extension/package.json +++ b/users/Profpatsch/lyric/extension/package.json @@ -29,6 +29,11 @@ "command": "extension.shiftLyricsUp", "title": "Shift Lyrics Up from Current Line", "category": "LRC" + }, + { + "command": "extension.quantizeToEigthNote", + "title": "Quantize timestamps to nearest eighth note", + "category": "LRC" } ], "languages": [ |