-
Notifications
You must be signed in to change notification settings - Fork 203
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
Make workspace/didChangeConfig work with notebook documents #462
Make workspace/didChangeConfig work with notebook documents #462
Conversation
@ccordoba12 @rchl this is ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments for you @tkrabel-db, the rest looks good to me.
@ccordoba12 I addressed the comments. Thanks for the swift feedback! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me now, thanks @tkrabel-db!
What change is proposed?
Notebook
doesn't supportupdate_config
, as configuration is handled on the cell level. This makesworkspace/didChangeConfguration
error when there are notebook documents in the workspace. This PR fixes that.How is this tested?