Error: Request initialize failed with message: The "path" argument must be of type string. Received null
maxjf1 opened this issue · 2 comments
maxjf1 commented
- VS Code Version: 1.53.2
- SCSS IntelliSense Version: v0.9.0
- Operating System: Ubuntu 20.10
The extension is showing the following message (it wasn't showing it before):
Request initialize failed with message: The "path" argument must be of type string. Received null
Reproducible Case:
IDK exactly how to reproduce. I just opened the IDE and it sarted showing. The only settings i've changed was:
{
"scss.scannerExclude": [
"**/.git",
"**/bower_components"
],
"scss.showErrors": true,
}
maxjf1 commented
mrmlnc commented
I ship the next version (0.10.0
) of this plugin to the VS Code Marketplace. Is the problem still there?
If so, please provide more information about your environment. If there is an opportunity to provide a project (on GitHub, as archive on email) or a minimally reproducible case (better case), it would help a lot.