pepri / subtitles-editor

Visual Studio Code extension for editing SubRip Text (SRT) files with subtitles.
https://marketplace.visualstudio.com/items?itemName=pepri.subtitles-editor
58 stars 8 forks source link

Use better namespace #6

Closed KamasamaK closed 3 years ago

KamasamaK commented 5 years ago

Contributed commands are global and should use a custom scope instead of the generic extension prefix.

pepri commented 3 years ago

I updated the namespace to subtitles. Thanks!