tmp directory of remote host
Answered
I'm trying to search around (documentation and google) but can't seem to find an answer, so hopefully someone can help me here. I'm trying out the remote mode so I can compile the code on Linux host while using Windows for GUI. I see that CLion will upload the files to a directory under /tmp. My question is very simple, is there a way to set the tmp directory so it doesn't use /tmp? Thanks!
Please sign in to leave a comment.
Hello!
You can change the deployment path in File | Settings | Build, Execution, Deployment | Deployment - https://www.jetbrains.com/help/clion/remote-projects-support.html#deployment-entry. Please change the path in the existing configuration, don't create a new configuration.
Ah, thanks, I should have read the documentation more thoroughly.