Open james-bay opened 5 years ago
Should be fixed with #12 Could you please check with version 0.6.0?
I have got the same issue. Seems 0.6 did not fix it :(
vscode: v1.36.1 Svelte plugin: v0.9.2 Svelte Intellisense: v0.6
I have the same issue. I get this error:
Cannot find module './importResolvers/NodeModulesImportResolver'
Could you please specify which OS you use? MacOS?
Could you please specify which OS you use? MacOS?
OS: Ubuntu 18.04 Also I don't use Rollup. I'm using Webpack.
My OS is archlinux
Unfortunately I have neither OS to debug and fix the issue. If you can do that by yourself, it would be great
Same here using Pop!_OS 19.04 (based on Ubuntu) -> seems related to Linux, unless it only works under MacOS.
Same here too, using Pop!_OS 18.04 (based on Ubuntu)
@ArdenIvanov Found problem:
importResolvers
directory name in the source. importResolvers
directory name after running yarn compile
. But ImportResolvers
in the vsix (from marketplace). Looks like publication error.
As @knopki wrote, it’s enough to rename the ImportResolvers directory to importResolvers on the path /home/$HOME/.vscode/extensions/ardenivanov.svelte-intellisense-0.6.0/server/out/
and the extension starts working. Will this bug be resolved in the near future?
A use Kubuntu 19.04
Package for version 0.7.0 has the fix, could you please test if it work finally :)
@ArdenIvanov It works fine now! Большое спасибо!
I installed the actual version of vscode and installed
sveltejs/template
viadegit
. For vscode, I added only two plugins: Svelte and Svelte Intellisense. I open the template project in vscode, and when I open the.svelte
file in vscode, I get an error message:The Svelte Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted.
Output tab:
And it's repeated 5 times.
vscode: 1.36.1 Svelte plugin: 0.9.2 Svelte Intellisense plugin: 0.5.0