Jean-Sébastien Guay
Jean-Sébastien Guay
Both contexts are active at the same time. Yes, inputs are sent to both. For the rendering, I'm not sure, because I noticed that windows don't overlap the same way...
I'd like to +1 this request. In qapitrace there's a "vertex data" tab where you can see data one vertex at a time, but it would be nice (more useful)...
My pull request #12 addresses this.
I think this requires the parsing to be rewritten to go line by line instead of how it is now. Consider for example: ``` //@define DEBUG 0 var foo =...
In my pull request #12 the include takes everything to the end of the line as its argument, so I think this may work already. I'd have to test it...
My pull request #12 adds an exclude functionality for just this reason. I had some large minified files all under a js/vendor directory and they took many seconds to parse,...
You're right, `${activeRepositoryName}` gives the workspace root folder, it looks like. So that part does do something, maybe it needs to be adjusted to do something different though (repository name...
What feels like years later, I am finally getting back to this. From what I can see, `provideDocumentSymbols` gets called but `provideWorkspaceSymbols` never gets called, and this is the function...
Just to add a data point and speculate on the possible cause: It seems to happen when WUD checks for updates on a container that just got removed (possibly because...