I’m using VS Code, Docker Desktop, Windows and WSL2, my network is 192.168.1.0/24, each SOM have a static IP, all have same login name and password,
this is my settings.json, I tried also to change torizon_ip manually sometimes this has solved the issue.
{
“torizon_login”: “torizon”,
“torizon_ip”: “192.168.1.227”,
“host_ip”: “192.168.1.208”,
“torizon_workspace”: “${workspaceFolder}”,
“torizon_debug_port1”: “”,
“torizon_debug_ssh_port”: “2230”,
“torizon_debug_port2”: “”,
“terminal.integrated.defaultProfile.linux”: “bash”,
“torizon_debug_port3”: “”,
“torizon_gpu”: “”,
“torizon_arch”: “armv7l”,
“wait_sync”: “1”,
“torizon_run_as”: “torizon”,
“torizon_app_root”: “/home/torizon/app”,
“tcb.packageName”: “SeRT”,
“tcb.version”: “3.8.1”,
“C_Cpp.errorSquiggles”: “disabled”,
“files.associations”: {
“iostream”: “cpp”,
“new”: “cpp”,
“sertbacnetconfig.h”: “c”,
“random”: “cpp”,
“*.tcc”: “cpp”,
“numeric”: “cpp”,
“ostream”: “cpp”,
“sstream”: “cpp”
},
“tcb.clientId”: “”,
“torizon_ssh_port”: “22”,
“C_Cpp.default.compilerPath”: “/usr/bin/gcc”,
“torizon_psswd”: “mypassword”,
“docker.environment”: {
“DOCKER_HOST”: “tcp://192.168.1.227:2375”,
“DEBUG_SSH_PORT”: “2222”,
“DEBUG_PORT1”: “2222”,
“DEBUG_PORT2”: “2223”,
“DEBUG_PORT3”: “2224”
}
}