-
Notifications
You must be signed in to change notification settings - Fork 86
Error when no css file is found or cannot be parsed (false negative) #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I believe I fixed this bug in the latest version; there was even an issue previously associated with it, #114. Also, I tried to reproduce it following your instructions, but nothing happened. Therefore, I believe it is fixed already. Are you using the extension on version 1.16.2? Is it still happening? By the way, thanks for noticing the typo, will be fixed. :) |
Hi, I'm on version 1.17.1 (Fev 18, 2018). I get the log to you to check. I think that maybe is something related to this issue. My config:
If you need something more, please let me know. Tks |
Your code is having problems with all type of |
That's unexpected, mainly because the extension is not even using a third-party library for those searchs, it's sonely a call to I will look into that tomorrow as soon as I can, but the other day I had another issue with the search API and it seemed to be related to a change in this function's code, I even managed to track at the time I was creating a workaround in the extension. Thanks for the report and for providing all those details. |
Tks :) Good luck! |
Steps to reproduce:
Create a new project or open a folder in vscode (python in my case);
(this project does not contain a css file or some folder does not contain a css file)
Close vscode;
Reopen vscode in this project;
Output:
Failed to cache the CSS classes in the workspace for the first time: Failed to cache the class definitions during the iterations over the documents that were founds: command failed with error code 1: error parsing glob '!/.pyc': invalid use of ; must be one path component
Expected output:
Nothing :)
PS: maybe a misspelled word in that message:
were founds -> were found
Disabling this plugin works fine.
VS Code
Version 1.20.1
Commit f88bbf9137d24d36d968ea6b2911786bfe103002
Date 2018-02-13T15:31:21.019Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
Linux Ubuntu 16.04
Obs: I work with CSS stylesheets for PyQt, PySide, so I used to work with both, .py and .css, files.
Tks in advance
The text was updated successfully, but these errors were encountered: