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
Users can input a wrong project path which will result in Jetbrains Client failing with:
Could not get host jstack:
Details:
An error occurred while executing command: 'get-jstack --ide-path=/home/coder/.cache/JetBrains/RemoteDev/dist/07a8f065e2afa_ideaIU-2022.3 --project-path=/home/coder/non-existing-project'
Exit code: 1
The SSH plugin has a remote file picker and also an intelligent listener/checker that can assist users when typing the path. These two functionalities greatly reduce the chances of setting a non-existing project path.