osmosis-labs / osmosis-rust

Rust libraries for osmosis
Apache License 2.0
60 stars 50 forks source link

Does anyone feel vscode becomes super slow when having osmosis-std as dependency? #109

Open llllllluc opened 4 months ago

llllllluc commented 4 months ago

As title said. I'm using m1 mackbook pro and on the latest version of osmosis-std 0.22. Even renaming a file takes super long, and indexing also takes very long time. Sometimes it stuck and I have to restart vscode. Compiling contract also takes much longer time now.

iboss-ptk commented 2 months ago

I'm finding time to work on it at the moment, reason being that now osmosis-std also contains cosmos sdk types which is huge and not feature flagged. To proper feature flagging it per module will not be straightforward as it will need a deps graph at codegen.

tracked here #94