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
my cargo project is in C:\Users\lollipopft\rust\projects\..., so i open helix from home (C:\Users\lollipopft\) then use :o ... to go to my project. However, this does not allow rust-analyzer to detect the workspace. I have to cd to my cargo project for rust-analyzer to find it. could this be fixed by including an open folder function instead of just opening files with :o? thank you!
The text was updated successfully, but these errors were encountered:
this is
helix.log
:my cargo project is in
C:\Users\lollipopft\rust\projects\...
, so i open helix from home (C:\Users\lollipopft\
) then use:o ...
to go to my project. However, this does not allow rust-analyzer to detect the workspace. I have tocd
to my cargo project for rust-analyzer to find it. could this be fixed by including anopen folder
function instead of just opening files with:o
? thank you!The text was updated successfully, but these errors were encountered: