Kevin Rose
Kevin Rose
Hey @carolgrrr! The usual way to contribute on GitHub is to fork the repo into your own GitHub namespace (e.g. my fork exists at https://github.com/kbrose/article-tagging) where you have permissions to...
Are you working with very large python files when the delay happens? Like 10,000+ lines of code? I use this extension every day and don't often observe noticeable delays.
@smitraval24 a couple comments: 1. You can try installing the pre-release version of this extension (`v1.18.1`) -- the pre-release version uses Rust compiled to WASM for the main parsing logic,...
The latest version of this extension now uses rust code compiled to web assembly for the main python parsing. I hope this will results in a faster experience.
Are you developing remotely, e.g. over SSH or in a docker container? Generally speaking, I need a lot more information than you gave me to diagnose the issue since I'm...
Hmm. I'm not sure what to make of this. There was only one commit (https://github.com/kbrose/vsc-python-indent/commit/9145b456ae38ccdc4accb08483bea7498b027ef8) between 1.17 and 1.18. It could be the source of your issue, but I personally...
Thanks @coredumperror! I have a busy week this week, so I will try and review some time next week. If it's been a while and I haven't responded, feel free...
Yes, specifically the part under the header https://code.visualstudio.com/api/working-with-extensions/publishing-extension#packaging-extensions If you're able to run the 'vsce package' command that will create a file version of the extension that can be installed...
Hey @coredumperror sorry for the super long delay. The changes look overall reasonable to me. I do have a few comments, though. Can you let me know if you have...
Thanks for the ticket. I'd review a PR that adds this functionality. Not sure when I'll get around to it otherwise.