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
The pkl module extension uses symlinks to refer to the PklProject and PklProject.deps.json files.
The rctx.symlink function does not guarantee that the symlink points at a real file on the filesystem and it doesn't watch the file for changes.
With this change, we ensure the file exists before symlinking to it and watch it for changes (in case it's deleted by the user).
0 commit comments