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
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
When using trunk serve with neovim and rust tools, trunk is unable to access the dist folder for hot reloads. The error is that dist cannot be cleaned because access is denied. This doesn't happen when using just rust-analyzer.
OS : Windows 10
When using
trunk serve
with neovim and rust tools, trunk is unable to access the dist folder for hot reloads. The error is that dist cannot be cleaned because access is denied. This doesn't happen when using just rust-analyzer.OS : Windows 10
Steps to reproduce
cargo.toml
src/main.rs
index.html
trunk serve --open
The first run works, but if you make some changes it tries to modify the dist folder and fails.
The text was updated successfully, but these errors were encountered: