. . . . [AbsPathBuf("/home/firenwater")] <<-- (output from LRP at bottom of Kate editor)
My project is in "/home/firenwater/Rust_Projects/hello_world/src/"
How do I get the LSP to look in the current project directory and not my home directory?
Any help is appreciated. . .thanks!!
I read the Github instructions and put this in my User Server Settings:
{
"servers": {
"rust": {
"initializationOptions": {
"cachePriming": {
"enable": false
},
"check": {
"allTargets": false
},
"checkOnSave": false
}
}
}
}