You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading jupyterlab-lsp to 5.1, the order of completion results are different from those of jupyterlab-lsp 4.3.
The results seem to be not sorted properly.
Reproduce
I built a container image with this Dockerfile and use it.
Type import numpy as np and run it.
Type np. and press TAB.
Type as.
The results are shown.
Expected behavior
The results of jupyterlab-lsp 4.3 (with this Dockerfile) are as follows:
Words begging with "as" rank higher.
The text was updated successfully, but these errors were encountered:
Description
After upgrading jupyterlab-lsp to 5.1, the order of completion results are different from those of jupyterlab-lsp 4.3.
The results seem to be not sorted properly.
Reproduce
I built a container image with this Dockerfile and use it.
import numpy as np
and run it.np.
and pressTAB
.as
.Expected behavior
The results of jupyterlab-lsp 4.3 (with this Dockerfile) are as follows:
Words begging with "as" rank higher.
The text was updated successfully, but these errors were encountered: