You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed behaviour: 👀 💔
Autocomplete works for Javascript only (but not CSS as exemplified in this project's readme). Linting does not work at all (it does work just fine in plain old .js files (or if it run vue-mode-edit-all-indirect and M-x flycheck-mode, but this is not ideal).
Expected behaviour: ❤️ 😄
HTML, CSS, and Javascript all lint, autocomplete, and pick up editorconfig settings
The only error I see in messages is the following. I have no idea if this is related:
Not enabling jit-lock: it does not work in indirect buffer
Syntax Checkers appear to be enabled (SPC e v):
lsp-ui
- may enable: yes
- predicate: t
javascript-eslint
- may enable: yes
- executable: Found at ****/node_modules/.bin/eslint
- config file: found
javascript-jshint
- may enable: Automatically disabled!
- executable: Not found
- configuration file: Not found
javascript-standard
- may enable: Automatically disabled!
- executable: Not found
The following checker is explicitly selected for this buffer:
lsp-ui
- major mode: `js-mode' supported
- may enable: yes
- predicate: t
Flycheck Mode is enabled. Use SPC u C-c ! x to enable disabled checkers.
The text was updated successfully, but these errors were encountered:
Reproduction guide 🪲
$ npm install -g vue-language-server
Observed behaviour: 👀 💔
Autocomplete works for Javascript only (but not CSS as exemplified in this project's readme). Linting does not work at all (it does work just fine in plain old .js files (or if it run
vue-mode-edit-all-indirect
andM-x flycheck-mode
, but this is not ideal).Expected behaviour: ❤️ 😄
HTML, CSS, and Javascript all lint, autocomplete, and pick up editorconfig settings
System Info 💻
Backtrace 🐾
The only error I see in messages is the following. I have no idea if this is related:
Syntax Checkers appear to be enabled (
SPC e v
):The text was updated successfully, but these errors were encountered: