Node.js 23 removed Dirent.path, replacing it with parentPath. This is causing line 61 of index.ts to fail. This is having a flow on affect in vscode-open-multiple-files, breaking the extension (see issue #18).
Claude found the issue and has created a simple fix which I will lodge a PR for. Once accepted, vscode-open-multiple-files will need to update its dependency of tiny-readdir-glob-gitignore to 2.0.6.
Node.js 23 removed Dirent.path, replacing it with parentPath. This is causing line 61 of index.ts to fail. This is having a flow on affect in vscode-open-multiple-files, breaking the extension (see issue #18).
Claude found the issue and has created a simple fix which I will lodge a PR for. Once accepted,
vscode-open-multiple-fileswill need to update its dependency oftiny-readdir-glob-gitignoreto 2.0.6.