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?

0
10 comments

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.

1

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.

0

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?

0

That file does not exist on my machine. 

 

0

Could you please share the content of /home/username/.local/share/JetBrains/GoLand2023.2 (ls -la)?

0

Do you have this file in ~/.config/JetBrains/GoLand2023.2?

0

Yes, I do. But it doesn't look like this is where SSH Remote Run plugin is disabled in.

0

Please close IDE, delete org.jetbrains.plugins.remote-run entry and run it again.

0

Fixed the issue. Thank you!

1

Please sign in to leave a comment.