Using VSCode-ObjectScript is very easy to connect to a cloud instance with IRIS.
Just Use IP address and port from site address, login _SYSTEM and password changed after first connect.
And write it to file, .vscode/settings.json in your project folder
{
"objectscript.conn": {
"active": true,
"host": "xx.xx.xx.xx",
"port": 52773,
"username": "_SYSTEM",
"password": "123",
"ns": "USER",
}
}- Log in to post comments