VS Code Path Issue
I've been having an issue getting the path setup for VSCode. The repl works fine and I can run in terminal but its saying my path doesn't exist in VSCode Even though I'm pretty sure that is the correct path.
Can anyone please help?
10 Replies
I would try the path
/Users/shawnbeck/.modular
. The /
at the front of a path is significant.Good idea! But still no go 😦
fixed it. For some reason the json file had escaped quotes in it: "mojo.modularHomePath": ""/Users/shawnbeck/.modular"" removing those has it up and running
I've installed it, I've it running on zsh but its just keeps showing the error on vs code
Add these to your .zshrc then restart your shell or run
source ~/.zshrc
what are you referring to by variable, cause if I take my home directory and follow that path at the end directory is not there where as if I follow it with It is available but both are not working for some reason. even though I see the directory in
Seems like you installed it using sudo or logged in as root user, it shouldn't be in the /root/ folder. My $HOME refers to my users home directory as it should. I only just installed Mojo today too so I don't know how you should fix the situation
yes I did indeed....
but I'm still in root user, so honestly I've no clue as to why its not working
Is the JSON messed up with the extra quotes like it was in mine? How does the path appear in the exertion settings?
no its not, I'm reinstalling mojo.......