-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
tsserver stopped working after any package install #452
Comments
Similar issue #431. Try this: install https://facebook.github.io/watchman/ and make sure watchman started after you open your project, coc.nvim will use watchman to watch files changes and notify language server, maybe this can help. |
Watchman is installed on my PC, but I'm unsure if it's actively monitoring my project. Additionally, I couldn't find a |
After you open your project in vim, check |
After running that command i got this output. Seems like watchman is watching but still the issue exists |
@fannheyward I just uninstalled watchman ....and all my issues are solved dunno why |
add {
"ignore_dirs": [
"dist",
"node_modules"
]
} link: https://github.com/neoclide/coc.nvim/wiki/Install-coc.nvim#install-watchman-for-file-watching |
Issue
(In React Native)
In the middle of coding if I add any package (npm/yarn) tsserver stops working. But in COC Status it shows that the server is active.
I have to run
:CocRestart
. After that it worksNVIM : Latest(Stable)
OS: Arch Linux
Kernel : LTS Release
Terminal: alacritty
How I Work
tmux
with 3-4 windows1 - Main Code
2 - Development Server
yarn run android
3 -
scrcpy
for screen mirroring.I use
coc-prettier
&coc-tsserver
during development.I can provide logs but please send me the command to get logs
The text was updated successfully, but these errors were encountered: