lostintangent / wikilens

🔎 VS Code extension that provides a Roam/Obsidian-like markdown-based notetaking experience for github.dev and VS Code
https://aka.ms/wikilens
128 stars 8 forks source link

Fix unresponsive backlinks #35

Open unqueued opened 1 year ago

unqueued commented 1 year ago

Moved controller disposal to be as late as possible

Fix for #34

Not sure the exact reason this worked, but I haven't been able to reproduce the problem.

Also, I had to update the toolchain a bit, but that is in a different branch. I can push my toolchain updates if you like.

Among other things, I had to set NODE_OPTIONS='--openssl-legacy-provider'