-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
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:
- Open a
.code-workspace
file that includes one server configuration withobjectscript.conn
. - Have a
.vscode/settings.json
file with multiple servers. - Navigate to the server list in the Server Manager extension.
- 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
Labels
No labels