-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Fix the type and initial value of 'editor.quickSuggestions', fix #5227 #5228 #5883
Conversation
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.
@vince-fugnitto In addition to the |
@vince-fugnitto @BroKun is there something left to do to land this PR? |
When testing it wasn't working for me (see GIFs), unless I turned off |
…pse-theia#5227 eclipse-theia#5228 Signed-off-by: Brokun <brokun0128@gmail.com>
Signed-off-by: Brokun <brokun0128@gmail.com>
I think this work is now compelete, but I noticed that there is a commit that is duplicated with another #5931 . Should I handle some my commit based on another PR ? |
@BroKun let's wait till #5931 is merged, then you can rebase and then we merge it |
@BroKun Could you rebase it please? |
@akosyakov After monaco upgraded to 0.17.0, these configurations have all been migrated. Let's close this PR. |
Signed-off-by: Brokun brokun0128@gmail.com
What it does
Fix the type and initial value of 'editor.quickSuggestions', suggestions won't be seen by default in string and comment.
How to test
Modifying preferences, we can now control whether suggestions should be displayed in comments and strings.