You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a script file with linting violations (MAX-LINE-LENGTH in my case)
When linting completes (via Format script menu, Command Palette, or on-save)
Then line numbers in the left gutter of the script file disappear
Note
before linting
after linting
More Context
GDQuest/GDScript-formatter is the only plugin I have installed in this project.
installed under res://addons/GDQuest_GDScript_formatter
version installed: 0.14.0 (according to AssetLib posting)
I believe I'm using the latest available edition of GDScript-formatter since I installed this plugin just today
Actual plugin version reported in the Project Settings entry still shows 0.1.0 due to plugin.cfg reflecting that text
also, adjustments to linting settings I make, such as Lint Line Length and Lint Ignored Rules seem to be ignored, but checking the box Lint On Savedoes work
I'm not sure if that helps to provide more context on whether I have a bad version/install or not
Steps to reproduce
start with a gdscript file which has some long lines in it (or presumably.. any linter error but I haven't tested others)
run Lint GDSCript from the Command Palette (or just save the file if you have linting triggered on save)
cry just a little as your beautiful line numbers vanish
Temporary Workaround
Simply close and reopen your script file.
Unfortunately, switching script 'tabs' is not enough to resolve this issue.
Details
MAX-LINE-LENGTHin my case)Formatscript menu, Command Palette, or on-save)Note
before linting


after linting
More Context
GDQuest/GDScript-formatteris the only plugin I have installed in this project.res://addons/GDQuest_GDScript_formatter0.14.0(according to AssetLib posting)0.1.0due to plugin.cfg reflecting that textLint Line LengthandLint Ignored Rulesseem to be ignored, but checking the boxLint On Savedoes workSteps to reproduce
Lint GDSCriptfrom the Command Palette (or just save the file if you have linting triggered on save)Temporary Workaround
Simply close and reopen your script file.
Unfortunately, switching script 'tabs' is not enough to resolve this issue.