Skip to content

No actions possible #284

@globalerp-mhess

Description

@globalerp-mhess

Dear Maintainers,

I am experiencing an issue with the Server Manager extension where the server icons specified in .vscode/settings.json are unresponsive.

Here are the details:

Steps to Reproduce:

  1. Open a .code-workspace file that includes one server configuration with objectscript.conn.
  2. Have a .vscode/settings.json file with multiple servers.
  3. Navigate to the server list in the Server Manager extension.
  4. Attempt to interact with any server by clicking on the management portal icons, or the terminal, pencil, eye icons next to the namespaces.

Expected Behavior:

  • Clicking on any icon should perform the expected action.

Actual Behavior:

  • The server list displays correctly, and namespaces of all servers are visible after connecting.
  • However, clicking on any icon (terminal, pencil, eye, or management portal) does not produce any action.
  • Only the server specified in the .code-workspace file seems to function correctly.

Configuration:

.code-workspace file:

{
    "folders": [
        {
            "name": "LOCAL",
            "path": "./l"
        }
    ],
    "settings": {
        "objectscript.conn": {
            "active": true,
            "server": "iris4",
            "ns": "CS"
        },
        "intersystems.servers": {
            "iris4": {
                "username": "user",
                "webServer": {
                    "host": "localhost",
                    "port": 52773,
                    "scheme": "http"
                }
            }
        }
    },
    "launch": {}
}

.vscode/settings.json file:

    {
        "intersystems.servers": {
            "iris6": {
                "webServer": {
                    "scheme": "http",
                    "host": "123.456.789.10",
                    "port": 80
                }
            }
        }
    }

Thank you for your assistance in resolving this issue.

For reference about why we need this setup to work, please see the related issues:
intersystems-community/vscode-objectscript#1554
#272

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions