Skip to content

fix / #75 run checks when changing file open in active text editor#76

Merged
davidramnero merged 7 commits into
mainfrom
fix/-#75-run-checks-when-changing-file-open-in-active-text-editor
Jun 23, 2026
Merged

fix / #75 run checks when changing file open in active text editor#76
davidramnero merged 7 commits into
mainfrom
fix/-#75-run-checks-when-changing-file-open-in-active-text-editor

Conversation

@davidramnero

@davidramnero davidramnero commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

This means that when you click around in the project file tree checks will run for files opened. Previously we only ran checks when files were opened through File -> Open

@davidramnero davidramnero requested a review from danmar June 18, 2026 12:09

@danmar danmar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I single-click on a file it will only be open temporarily.. will the analysis start immediately then?

can it be distinguished if there is a single-click or double-click to open the file..

@davidramnero

davidramnero commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator Author

If I single-click on a file it will only be open temporarily.. will the analysis start immediately then?

can it be distinguished if there is a single-click or double-click to open the file..

Right now yes, it runs also when you preview a file. It is possible to avoid this if we want

As it is now the checks run and warnings show up for the previewed file, but when you click on some other file (so the preview closes) then those warnings are removed from the problems tab

@davidramnero davidramnero merged commit 73708f7 into main Jun 23, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants