vscodehtml: Failed to find project root, language server won't start. #4608
-
I feel I'm missing something very basic here. My :ALEInfo is:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@gnietto Raise an issue for this with what your project looks like. There may be a file in your project we can use to detect the project root automatically. |
Beta Was this translation helpful? Give feedback.
-
@w0rp Effectively, that was the case as a new user. |
Beta Was this translation helpful? Give feedback.
@w0rp Effectively, that was the case as a new user.
After testing my projects and reading ALE code and documentation, I discovered that vscodehtml threw that message because I did not initialize the project with
git init
.For me, ALE is a great tool so congratulations to creators and maintainers and thanks for the quick response.
I have other questions about ALE's (auto)completion although I will ask them in another thread of discussions.