Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not seeing all servers in config file #136

Open
chipkent opened this issue Sep 17, 2024 · 2 comments
Open

Not seeing all servers in config file #136

chipkent opened this issue Sep 17, 2024 · 2 comments
Labels
bug Something isn't working question Further information is requested triage

Comments

@chipkent
Copy link
Member

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 chipkent added bug Something isn't working triage labels Sep 17, 2024
@chipkent
Copy link
Member Author

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

@bmingles
Copy link
Collaborator

@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 vbabich added the question Further information is requested label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested triage
Projects
None yet
Development

No branches or pull requests

3 participants