Skip to content

Parser reports "Parsing error" for new files added to project (VSCode) still non working #1094

Closed
@zedryas

Description

@zedryas

What were you trying to do?
Creates any new typescript file inside the project.
This issue is the same as #864 but while it's specified as resolved in #973 it's not resolved on my project.
As specifier here: #864 (comment) I open a new issue as the issue is still unresolved on my project.

I use the latest parser version and in my tsconfig.json have the include sets as:

{
  "include": ["src/**/*.ts"]
}

What did you expect to happen?
That the file is accepted by the linter as soon as created for parsing.

What actually happened?
The file is not recognized by the linter until I reload vscode. And as i reload it's then recognize and work without issue.

Versions

package version
@typescript-eslint/eslint-plugin 2.4.0
@typescript-eslint/parser 2.4.0
TypeScript 3.5.2
node 12.1.0
npm 6.9.0

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