Extension triggers twice on some files #129
Unanswered
TonyGravagno
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
It's VSCode that ask the extension for the foldings so it been asked twice, it will calculate them twice... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working intensely with rules right now. At some point I found that one file is getting processed twice by the extension on every keypress. Another file is only getting processed once. I created a new file with a similar name and that one is getting processed twice too.
Debug Output:
This looks like I tapped a key twice but I only tapped once.
The test data in folding1.ts only processes once. File folding3.ts and a new folding4.ts process twice.
As you can see I disabled all rules for TypeScript to ensure it's not a rule that's causing this.
I've disabled the named objects: typescript, javascript, typescript react - to be sure there was no cascade to a default that might cause this.
I've reloaded the VSCode window and completely exited and came back - exact same behavior.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions