Question
· Aug 10

VS Code Connection

What is wrong in this snippet??

Its an iris lab so nothing so personal that someone can't use it

 

{

    "workbench.colorTheme": "InterSystems Default Dark Modern",

    "intersystems.servers": {        

        "irislab": {

            "webServer": {

                "scheme": "https",

                "host": "35.188.112.210",

                "port": 29363

            },

            "username": "tech",

            "password": "demo"

        }

    },

    "objectscript.conn": {

        "server": "irislab",

        "ns": "USER", // Add your namespace here (e.g., USER)

        "active": true

    }

}

Product version: IRIS 2024.1
Discussion (1)2
Log in or sign up to continue