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
I am creating a self-reference of my package in a parent folder like this
symlink-dir . ../plugins/my-package
Since version 8.0.0 this creates an endless self reference of the parent folder inside the created symlink. So the my-package folder contains the parent instead of the folder to which it should be linked. Still the case in version 9.0.0.
With version 7.1.0 it works correctly.
This happens for me in the following setup:
Windows 11
Ubuntu WSL
VS Code Devcontainer mcr.microsoft.com/vscode/devcontainers/typescript-node:20