deephaven / vscode-deephaven

Deephaven Visual Studio Code Extension
Apache License 2.0
3 stars 0 forks source link

Not seeing all servers in config file #136

Closed chipkent closed 1 month ago

chipkent commented 1 month ago

I have a server running on 10000 and another on 10001. Both are in my config. When I refresh the servers, I only see the 10000 server that I'm already bound to. The 10001 server never appears.

venv➜  deephaven-example-use-cases git:(risk_ui) ✗ cat ~/.vscode/settings 
{
  // Core servers
  "deephaven.coreServers": [
    "http://localhost:10000/",
    "http://localhost:10001/",
    "http://localhost:10002/",
  ]
}
image
chipkent commented 1 month ago

... and yes, I made sure I can connect to both via the web browser.

bmingles commented 1 month ago

@chipkent that's very odd.

2 things that come to mind:

  1. Verify there isn't a workspace level .vscode/settings.json file overriding your user settings
  2. Kill all instances of vscode and start again in case something is out of sorts
vbabich commented 1 month ago

@chipkent re-open if you are still seeing this issue.