Lyu, Wei-Da
Lyu, Wei-Da
That "skipping" log is expected and unrelated to OP's problem. We now hide the parser error if you didn't properly set up a `svelte.config.js` and we detect a lang attribute....
I think we'll wait until the API is finalized and ships in the Language Server Protocol. Currently, it seems like the API is still in the proposed stage in vscode.
Just find out vetur actually [vscodeignore](https://github.com/vuejs/vetur/blob/master/.vscodeignore) a lot of files in `node_modules/typescript`. We probably could also do this since typescript outputs multiple different builds for different purposes. And we didn't...
But why is it only happening in neovim? I can't quite think of a reason why this would differ from the LSP clients. From my debugging, It does get resolved...
I am also wondering if this problem is os specific? Can you try running this script in the monorepo root and see if it's resolved to the real path? ```js...
We usually just use vscode to launch the extension together with the server. And use vscode to debug. But since you might want to debug with neovim. You'll have to...
Finally got neovim to work for me. I tried using `vsplit` to open these two files in split-screen. And there're two instances of the language-server process running.   From...
Find one problem with Components having events in the typedef. Created #1375 for it.
TLDR first: our TextMate grammar probably won't fix the current highlight issue with Github soon. And there're multiple reasons for it. As far as I remembered, I tried it on...
Tried quite some times last week in Nova Lightshow. I am not sure if the problem is the injection or not now. Even if I don't use the injection it...