duckdoom4

Results 131 comments of duckdoom4

So now this is 'officially' part of renpy, maybe we should check if we can automate some tasks. I remember we started working on some grammar definitions and my intention...

That's unfortunate. To figure out the exact cause we'll need some help though. If it's taking a long time to complete an action in your project, it's likely that some...

No sorry, I should have specified. If you follow the gif, they use the load function of the profiler. But that's what we need to do on our end. If...

Hmm, well the profile you've uploaded doesn't go through any of our source code. It only mentioned`workbench.desktop.main.js`. Are you sure it is our plugin and not something else? And/or are...

That one does show different information. I'll have a look after work

Hm, yes alright. That's enough proof then. I'll try to see if I can find the issue/what I can do about it.

> For me it's constantly hangs on "Initializing Ren'Py static data" right after vscode startup. Can sit like that for half an hour easily. And vscode complains about "very slow...

Hi tom, it seems you are still using v2.2.1. > at t.getSignatureHelp (/home/tom/.vscode/extensions/luquedaniel.languague-renpy-2.2.1/dist/extension.js:2:73557) In 2.2.1 we had a bug in the tokenizer that would cause an infinite loop or major...

I actually did manage to find the error you got. #352 should fix that, though it seems the error is unrelated to the interrupted typing

Hm, that's interesting. From a programmer point of view, the first one is the only correct one due to the way strings are processed. From a user perspective, definitely a...