Takeshi Tsukamoto
Takeshi Tsukamoto
@fedyfausto You may need to install Window 10 SDK 10.0.15063.468 from following link. https://developer.microsoft.com/ja-jp/windows/downloads/sdk-archive
some progress in this issue?
This seems to be an issue of flutter web renderer. And I see this issue is already fixed! (Flutter v2.0.4), thank you for your reporting!
This issue seems to related to flutter web renderer. When you use html renderer, this issue occurs.
@yyoncho ↑ Does this commit fit your intentions?
Thanks, I'll check it later. And I want to implement hover preview feature in `tailwindcss-intellisense` Here is original implementation. https://github.com/tailwindlabs/tailwindcss-intellisense/blob/b3c17cf5c9d1d74091a4a5ee0504696bb2ce1c46/packages/tailwindcss-intellisense/src/lsp/server.ts#L216 `lsp-mode` (or `lsp-ui` ?) support this?
In my environment, tailwind hover preview seems not working. Any additions configuration is required for hover preview?
`lsp-describe-thing-at-point` timeout with following error message ``` lsp-request: Timeout while waiting for response. Method: textDocument/hover. ```
This is minimum example nextjs project. -> https://github.com/itome/next-get-static-props-sample
Is there any progress?