onecentlin / laravel-blade-snippets-vscode

Laravel blade snippets and syntax highlight support for Visual Studio Code
MIT License
136 stars 38 forks source link

emmetExtensionsPath.trim is not a function #178

Open PeterGreshnov opened 4 months ago

PeterGreshnov commented 4 months ago

Hi everyone, and thank you for your work!

Got into Laravel recently, installed a few extensions for VS Code and noticed that this one is producing the following error: [Error - 3:11:41 PM] Notification handler 'workspace/didChangeConfiguration' failed with message: emmetExtensionsPath.trim is not a function

image

Found a couple of seemingly related issues, but didn't figure out how that could be fixed:

I used HERD's latest version to set up the project itself. Running it all on Intel Mac.

Here is my VS Code Spec: image

Would love to find out what I am doing wrong!