piersdeseilligny / betterfountain

A screenwriting app integrated into visual studio code

Home Page:https://marketplace.visualstudio.com/items?itemName=piersdeseilligny.betterfountain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jump to line returns "Illegal value for 'line'"

ThomasProbyn opened this issue · comments

To reproduce: Open a fountain file and use the command pallette to jump to line. A messagebox appears/a VSCode Notification popup saying "Illegal value for 'line'"

The "Jump to line" command is used internally by the extension (when clicking on items in the outline view, it is used to jump to the line of the specific item) and isn't meant to be used from the command palette. I'il remove it from there in the next version.