-
Notifications
You must be signed in to change notification settings - Fork 148
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
Server detection configuration files are not passed to us from config directories #535
Comments
Any immediate thoughts @bollwyvl? |
Yeah, it's weird it doesn't find it... but we should definitely not be distributing a I'll have a look at validating the setup, but getting it work work with Basic plan:
At present, we don't actually instantiate the parent application directly (which is part of why the migration was so straightforward). We might also need to make the smoke tests more angry. |
Oh, yeah, it is an upstream issue... I've had to work around this before on jupyterlab-starters. I don't think the contract was ever, "you can configure any HasTraits", just "you can configure NotebookApp or ServerApp". It may not even be feasible for the general case. When I'll adapt my approach from starters, and while i'm at it, I could add an API route to reload the config, such that folk can put a file in place and have new servers show up... probably won't touch any JS on the PR, though... |
#538 is looking good... didn't mess about with dynamic re-configuration, there's probably a lot to consider about that, and actually having the behavior we've had in the docs forever seems more important than that particular async design discussion. |
Placing LSP server config in jupyter_notebook/server_config.d does not seem to work. See #534 for details; using
jupyter_server_config.json
still works. The server apps detects the json files:in several passes. If this is an upstream issue, it needs to be looked into; if this is something at our end, we need to fix/update the docs.
The text was updated successfully, but these errors were encountered: