Hello,
I have noticed that the analysis of a php file happens multiple times when you open it for the first time or make changes to it.
After some checking it seems that the double checking is triggered by the double fire of the onDidOpenTextDocument event. It seems that it is up to the extension to handle it properly.
The issue onDidOpenTextDocument event is missing event information contains some workarounds for this.
Hello,
I have noticed that the analysis of a php file happens multiple times when you open it for the first time or make changes to it.
After some checking it seems that the double checking is triggered by the double fire of the
onDidOpenTextDocumentevent. It seems that it is up to the extension to handle it properly.The issue onDidOpenTextDocument event is missing event information contains some workarounds for this.