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
Some snippets for js-mode depend on things from js2-mode which is an external package, it should be checked if that package is installed before the functions are used.
Initially reported here: joaotavora/yasnippet#1186
When working with
<style>
blocks of the.vue
files I get the following errors when trying to expandlsp-mode
suggestions.Additionally Emacs freezes for couple of seconds before completing the selection.
I get similar errors when editing
<script>
tags too, but without freeze.When I turn off
yas-minor-mode
Emacs stops freezing.Below are parts of my .emacs file related to
yas
,lsp-mode
andcompany-mode
The text was updated successfully, but these errors were encountered: