You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, I noticed that all of my package.json files were being injected with a new dependency entry, the name of the package followed by "file:" eg.
...,
"myPackageName": "file:",
...
causing certain builds (or deployments) to fail due to the self-reference.
After enabling / disabling each of my extensions, I discovered that the isort extension is what's doing this, it's not clear why nor how to get it to stop. I've now disabled isort on my projects until this is resolved, but I quite like isort so I'd really appreciate it if you guys could fix it.
The text was updated successfully, but these errors were encountered:
I apologize, it looks like the actual culprit is still at large, there was just a longer delay than usual before the lines were restored. Closing as irrelevant.
Recently, I noticed that all of my package.json files were being injected with a new dependency entry, the name of the package followed by "file:" eg.
causing certain builds (or deployments) to fail due to the self-reference.
After enabling / disabling each of my extensions, I discovered that the isort extension is what's doing this, it's not clear why nor how to get it to stop. I've now disabled isort on my projects until this is resolved, but I quite like isort so I'd really appreciate it if you guys could fix it.
The text was updated successfully, but these errors were encountered: