Run Target - SSH
Completed
Hey, I want to execute my Go project on a remote machine. I read I can use Run Targets for that, but I don't have that option in my target dropdown, only Docker and Docker Compose.
I already updated my IDE and checked that the FTP/SFTP/WebDAC Connectivity is enabled and it is:
What am I missing here?
Please sign in to leave a comment.
Hi Jannik,
Please collect the IDE logs via Help | Collect Logs and Diagnostic Data, upload them to https://uploads.jetbrains.com/ and provide an uploaded file ID.
Upload id: 2023_11_14_PLeaWPa4EAqbJr5gbtmmF8 (file: goland-logs-20231114-1026227224946811693949768.zip)
I had a look at troubleshooting.txt and it says the SSH Remote Run plugin is disabled. But I cannot find a way to enable it again.
Does it help if you remove disabled_plugins.txt file in /home/username/.config/JetBrains/GoLand2023.2 or /home/username/.local/share/JetBrains/GoLand2023.2?
That file does not exist on my machine.
Could you please share the content of /home/username/.local/share/JetBrains/GoLand2023.2 (ls -la)?
Do you have this file in ~/.config/JetBrains/GoLand2023.2?
Yes, I do. But it doesn't look like this is where SSH Remote Run plugin is disabled in.
Please close IDE, delete org.jetbrains.plugins.remote-run entry and run it again.
Fixed the issue. Thank you!