Description
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