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 (0)0
Comments
Maybe similar to https://community.intersystems.com/post/my-intersystems-learning-lab-do…
Is your learning lab instance reachable through IRIS Portal?