Questions tagged [remote-development]

21 questions
5
votes
2 answers

IntelliJ IDEA - Remote Development - Backend IDE was not started successfully

I had this error today after updating my IntelliJ IDEA on Windows machine and trying to access project on my remote Ubuntu virtual machine over SSH with JetBrains Gateway. JetBrains Client 2022.1 JetBrains Gateway 2022.1 IntelliJ IDEA 2022.1…
Hrvoje
  • 13,566
  • 7
  • 90
  • 104
2
votes
1 answer

Develop Create-react-app locally on remote server

I have a CRA development project created on remote component that i run locally using VSCODE This project production deployment is served using NGINX to access the build dir. This server Requires HTTPS. When I run the project locally and try to make…
Isaac Cohen
  • 158
  • 1
  • 13
1
vote
3 answers

Can't access containers in vscode showing message "shell server terminated code 255" after doing nothing

I normaly access remote containers of host via remote explorer in vscode installed in my local computer. After I generated ssh-key "other host" that I've used, VScode started to show error message below.. and now I can't open folders both of "this…
1
vote
0 answers

VScode terminal is not working with remote development extension

I have installed remote development extension on vscode. After successfully connecting to remote server, I can browse the folders and files without any issue. However, I open my vscode terminal and it has no text on it. I can't type in any command…
1
vote
0 answers

Intellij IDEA gateway can't connect to localhost SSH

I am running linux and have some projects in another local user account, so want to open it via SSH in Intellij IDEA (Ultimate 2022.2) Remote Development. In terminal and VS code I have no problem to SSH into this user account by a key pair, and I…
0xLN
  • 149
  • 1
  • 5
1
vote
0 answers

How to share global data sources when using JetBrains Gateway remote development?

I created a global data source in project A, but after switching to project B, the data source is invisible
1
vote
1 answer

git + vscode connect to windows with openssh (remote development)

Setup I'm connecting to a remote windows machine using OpenSSH. I.e. windows is running the "OpenSSH SSH Server" service. The windows machine has a git repo, e.g. a working directory at C:\my_git_repo\* with files I want to edit. How can I get both…
jozxyqk
  • 16,424
  • 12
  • 91
  • 180
0
votes
1 answer

C++ stat() function not finding remote file

I'm using Visual Studio and I'm connected to my Linux machine using remote development (https://learn.microsoft.com/en-us/cpp/linux/connect-to-your-remote-linux-computer?view=msvc-170). I'm trying to call the stat() function to find if a file…
Katianie
  • 589
  • 1
  • 9
  • 38
0
votes
1 answer

How to develop on remote docker host in Visual Studio 2022

I found an article about develop on remote docker host for visual studio code, But I need something like this for Visual Studio 2022 Enterprise Edition How to develop on remote docker host in Visual Studio 2022? (Build, Debug, Test) Some info I…
0
votes
0 answers

List Server which are not part of this deployment in server pool

Is there a way to get the list of servers available to add to the server pool? I need to get the server list via PowerShell which is listed as Server Manager (Refer to attached Screenshot)
0
votes
0 answers

Unable to input in Clion remote debugger terminal

I working on a C project, with Makefile ect I want to use the debugger of Clion remote development. I have wsl2, the latest Ubuntu version, everYthing else working fine. The program IS running correctly, but we I want type something in the terminal…
Arhkaz
  • 1
0
votes
0 answers

vscode remote container error when adding dev configuration files

[120279 ms] Dev Containers 0.288.0 in VS Code 1.77.2 (e344f1f539a80912a0e9357cec841f36ce97a4e2). [120278 ms] -- CREATEDEVCONTAINER v2 [229437 ms] -- CREATEDEVCONTAINER v2 [235168 ms] Start: Run: C:\Users<...>\AppData\Local\Programs\Microsoft VS…
tony
  • 41
  • 3
0
votes
1 answer

How to fix `java: Cannot run program "..." (in directory "..."): error=0 Failed to exec spawn helper: pid: xxxx, signal: xx` issue

I ran my Java application using JetBrains Client remote development, as you see, I have encountered an issue with java: Cannot run program "..." (in directory "..."): error=0 Failed to exec spawn helper: pid: xxx, signal: 11 prompt in dialog, and…
John
  • 1
  • 1
0
votes
0 answers

How to make sure all terminal processes from my stale VS Code Remote SSH session get killed and cleaned up properly?

If my VS Code Remote SSH session gets stale somehow, e.g. because the connection went down or something, often all the processes that I run in the terminal tabs continue to run, using my resources. (I have to resort to remembering their names and…
Valentin Golev
  • 9,965
  • 10
  • 60
  • 84
0
votes
0 answers

clion: ssh configuration and cannot connect to remote host

I want to set a new toolchain of Clion and when I configure ssh and test connection with ubuntu20.04 in virtual box, Clion reports this error. How can I resolve the problem?
sherry
  • 1
1
2