piersdeseilligny / betterfountain

A screenwriting app integrated into visual studio code
https://marketplace.visualstudio.com/items?itemName=piersdeseilligny.betterfountain
MIT License
358 stars 55 forks source link

error: command 'numberScenes' not found #169

Closed grahampcharles closed 2 years ago

grahampcharles commented 2 years ago

In 1.10.0, I have started to get the error command 'fountain.numberScenes' not found. when using the renumber plus overwrite command.

Browsing the source code, it appears that this command was renamed to numberScenesOverwrite but that the package.json command still points to "command": "fountain.numberScenes", (line 345).

I haven't been able to create a PR... will try to get around to it...