Skip to content
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

Type hints doesn't work in WSL2 with LSP #386

Open
romanlex opened this issue May 13, 2020 · 2 comments
Open

Type hints doesn't work in WSL2 with LSP #386

romanlex opened this issue May 13, 2020 · 2 comments

Comments

@romanlex
Copy link

  • VSCode Version: 1.45.0
  • Local OS Version: Windows 10 Pro 19619
  • Remote OS Version: Ubuntu-20.01

WSL2 log

[2020-05-13 08:41:54.133] Resolving wsl+Ubuntu-20.04, resolveAttempt: 1
[2020-05-13 08:41:54.159] Starting VS Code Server inside WSL (Ubuntu-20.04)
[2020-05-13 08:41:54.159] Extension version: 0.44.2, Windows build: 19619. Multi distro support: available. WSL path support: enabled
[2020-05-13 08:41:54.243] Connecting to daemon started by other Remote-WSL window... 4.19.104-microsoft-standard Ubuntu-20.04
[2020-05-13 08:41:54.243] WSL resolver response: 172.31.126.249:40651
[2020-05-13 08:41:54.243] To debug connection issues, open a local browser on http://172.31.126.249:40651/version

Flow works but on hint I don't see any types with hover on vars

image
And error
image

@romanlex romanlex changed the title Type hints doesn't work in WSL2 Type hints doesn't work in WSL2 with LSP May 13, 2020
@mshindal
Copy link

Same thing is happening with SSH

@romanlex
Copy link
Author

romanlex commented Jun 3, 2020

I found what flow is work correctly with command
node_modules/.bin/flow type-at-pos src/view/molecules/meta-provider/model/store.js 154 15
image
but vscode on type hint show any(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants