You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to use wasm32-wasip1 target. I’m also using the following cargo config target-dir = "/mnt/Data/Code/Target/Cargo" to store all my build artifacts from all project together (hoping to have some cache reuse between projects). So… the file is somewhere else.
Note: When the plugin crash it is really annoying to restart it (at least coming from the "create-rust-plugin" experience).
I had to use
wasm32-wasip1
target. I’m also using the following cargo configtarget-dir = "/mnt/Data/Code/Target/Cargo"
to store all my build artifacts from all project together (hoping to have some cache reuse between projects). So… the file is somewhere else.Note: When the plugin crash it is really annoying to restart it (at least coming from the "create-rust-plugin" experience).
Workaround create a symlink:
The text was updated successfully, but these errors were encountered: