mrmlnc/vscode-scss

Error: Request initialize failed with message: The "path" argument must be of type string. Received null

maxjf1 opened this issue · 2 comments

  • 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

image

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,
}

Here is the errors displayed on the console
image

Note: i'm using an workspace with multiple root folders

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.