-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Removed sorting of items for auto completion #114
Conversation
related to #95 I have some more ideas to improve auto completion speed, however i need to investigate if they work out. |
Hi @SamuelBrucksch, I am not a pro in debugging PR code, so please give me some time. One thing i can already tell you, is that you need to add a sign off statement to your commit. See our Contribution Guidelines for more informatoin about signing of and what is needed to merge something into openHAB repositories. BR |
Hey @SamuelBrucksch, I had a look in the debugger and would like to merge this one. BR |
Hey, will look into it tomorrow or the day after. Cheers Sam |
Hi, i added the signed by and also tried it with git commit --signoff but the check still fails. Am i doing something wrong here? Is it maybe because of the push -f and i should add another commit? BR |
vscode deals with sorting the items in the auto completion list so no need to do it here. might improve speed a bit. Signed-off-by: Samuel Brucksch <sasliga@freenet.de> Signed-off-by: Samuel Brucksch <SamuelBrucksch@users.noreply.github.com> (github: SamuelBrucksch)
Signed-off-by: Samuel Brucksch <sasliga@freenet.de> (github: SamuelBrucksch)
Hm, No Idea why it still stucks. Maybe the force did confuse it. The sign-off looks good to me, so LGTM. |
Thanks, will check again later if it works on a new PR. Maybe there was something wrong in here because i ammended the sign off. |
Ammend should be the correct way. But you have 2 sign off statements in the first commit. If you do the signoff directly you shouldn't have problems. Just check if your get config is up to date |
vscode deals with sorting the items in the auto completion list so no need to do it here. Might improve speed a bit if this does not have to be done on each request.
Not sure if i miss something. If i do please illuminate me.