duckdoom4

Results 155 comments of duckdoom4
trafficstars

> Can I put in a request as well, kinda like typescript has or even pylint allowing `@ignore` lines? When working on mods the undefined storemodule stuff, while it's _technically_...

Something to look into: https://code.visualstudio.com/api/extension-guides/virtual-documents https://code.visualstudio.com/api/language-extensions/embedded-languages Basically we could already add python's language server features by building a virtual document of the python code and then adding the results to...

Ah yes, those use a slightly different syntax pattern. Thanks for the report :)

I think this one's fixed ![image](https://github.com/user-attachments/assets/f67cad11-7e19-470c-9f27-3e4cd9b7bd40)

Hmm, so if I understand it correctly, the label parameters could be considered 'local scoped' but are declared in global scope? That should be possible to configure with the parser....

Thanks for the stack trace, that might help me find the issue. As for why this happened; the plugin crashes, causing it to shutdown until you restart visual studio and/or...

I did come across this crash and have included a fix in #410. I'll mark it as resolved, it should be available in the next release. (Note that you will...

We are aware of the issue, unfortunately I've not been able to reproduce it locally. The issue occurs on specific renpy files. The size is irrelevant. It's due to the...

As for the OP, this has also happened to people every now and then. Unfortunately we have never been able to figure out what is going on there. There must...

Those are some great insights, thank you! If you could tell me the game that'd be great, that way I can test it myself