Skip to content

TypeError: Cannot read properties of undefined (reading 'isFile') #1981

Closed
@TonyGravagno

Description

@TonyGravagno

I've looked to see if this has been reported - sorry if I missed an open ticket.
This error is appearing in the VSCode Extension Host window.

2025-02-12 12:51:56.643 [error] TypeError: Cannot read properties of undefined (reading 'isFile')
at c:\Users\tonyg.vscode\extensions\dbaeumer.vscode-eslint-3.0.10\client\out\extension.js:1:344955
at FSReqCallback.oncomplete (node:fs:199:21)

At this moment I'm rebuilding my esling.config.js and this is the only contents of that file:

/// <reference path="src/types/declarations.d.ts" />" />
export default [{}];

I understand messages like these are common. I'm just reporting this in case it's something new.
Happy to provide more info and diagnostics if required.

Thanks!

VSCode 1.97
Node 20.18
Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions