Skip to content

Bug: extension ignores project settings #1998

Closed
@OreQr

Description

@OreQr

I have Typescript monorepo that doesn't have root level eslint config. When I open file with extension that eslint can handle in root folder I gets error from eslint extension Error: Could not find config file.. Problem is I set up eslint working directory inside .vscode/settings.json to client:

  "eslint.workingDirectories": ["client"],

So I assume that the eslint extension only works in the client folder where I have eslint config but it doesn't.

Even when I set eslint validate to only js and open .json file on root level I gets the same error.

  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "typescriptreact"
  ],

Image

Image

I think it can be related to the #633

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions