-
Notifications
You must be signed in to change notification settings - Fork 149
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
Overriding User Settings #950
Comments
A prebuilt extension can ship a json file in `overrides.d/` to impact
another extension's defaults:
jupyterlab/jupyterlab_server#224
|
Thanks a lot. Another follow-up question: once I change the default to |
As a default, it would be enabled unless overridden by another extension's
overrides.d/zzz-later-by-lex-sort.json. An explicit choice by the user
(before or after installing an overriding extension) will prevent any
default from taking effect.
An extension that requires a particular setting in another extension would
be encouraged to offer a message to that effect, but likely also with a way
to opt-out of seeing the message ever again.
|
Hi bollwyvl, |
Oh, this is for |
Alternatively, you can just flick the setting using |
Can you please provide any references on how to implement this? I cannot find anything in lsp docs or jupyter docs |
More context -> #976 (comment) |
Hi
I am using jupyterlab-lsp as a dependency in my extension. I want to change the default behaviour of following user settings (under
completion.jupyterlab-settings
) when the user installs my extension.Is there a way I can do it in my extension?
The text was updated successfully, but these errors were encountered: