How do you add a file in context when you have connected to a remote host, for example, if the IRIS installation is on "dev81.example.com" and if you have connected to that using intersystems-community.servermanager > using a connection config :
"intersystems.servers": {
"dev81": {
"webServer": {
"scheme": "http",
"host": "dev81.example.com",
"port": 51773,
},
"description": "desc",
"username": "rvjjamadagni",
}
and workspace config :
"folders": [
{
"name": "dev81:namspace81",
"uri": "isfs://dev81:namspace81/"
}
],
If I try adding the below Class to context, windsurf is unable to read the file.
dev81:namspace81:/COM/BL/Ens/Impl.cls
I need to place the file in a local folder location and then add it context.
With a huge load of file, its tough to do this.
Any suggestion or solution is appreciated.
- Log in to post comments