Raathigesh / fabulous

🎨 CSS properties sidebar for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There are uncaught exceptions if file syntax is invalid

paustint opened this issue · comments

Description

There are a number of cases where there are uncaught exceptions. Example: if a file has invalid syntax, then parsing fails and an error is thrown.

Depending on where the error occurs, we should catch the error and either silently ignore, or log something to the output panel so the user can get optional feedback.

I see this error show up fairly often, but I am not sure of the exact steps to reproduce:

image