Closed mikeburgh closed 8 months ago
Resolved. Thanks for the report!
Installed 3.0.4, but still not working for major updates..
It just runs npm update @typescript-eslint/parser which does not push it to the latest major version which is 7.1.0 The package.json has it listed as: "@typescript-eslint/parser": "^5.31.0",
I think it might need to uninstall first, then install ?
Also it would be nice to include the unpacked size in the table summary, so you can see big packages easily rather than needing to click into each one.
@mikeburgh, I just checked the update from "@typescript-eslint/parser": "^5.31.0", to the latest version - everything works fine. VSCode should have automatically updated the extension to the latest version.
Is the problem occurring with the "npm" package manager, or some other package manager?
Sorry something was up with vscode, it was showing 3.0.4 but still using update.. restart seems to have cleared it and it's now correctly using npm install.
A few other things I noticed though:
Otherwise, great extension, best of the ones that do this that I have found!
@mikeburgh The VSCode API is very specific and has a lot of problems, but I will try to implement.
If the update is a minor (eg 2.0.0 to 2.1.1) it works, but a major update like 2.0.0 to 3.0.0 the update command does nothing, it should run npm install instead.