Remove redundant slash at the start of the path on Windows#18
Remove redundant slash at the start of the path on Windows#18vkibalyuk wants to merge 3 commits intowingyplus:mainfrom
Conversation
|
I think this should not be needed anymore/the error should have been solved on the Zed side of things. Are you still running into the issue? |
|
Can confirm this behavior on Windows and that this fork fixes it. |
|
@ChaseBrand Are you on the latest Zed version? In any case, the workaround should not be needed anymore. You should perhaps use We did some work that should remove the need for such workarounds, hence it would be interesting to know whether using |
|
@MrSubidubi I am on the Windows beta, so I would assume so. It updated this morning. |
|
@ChaseBrand Well, I did forget an important part for this - the extension here would need to update the verison of the |
|
What's need to do next? Can I have an update. |
|
I am on Zed nightly and I get this issuse. I installed the PowerShell extension today. |
|
I'm on zed-preview and, yeah, still getting this initialization error |
I created a PR to update the
[dependencies]
- zed_extension_api = "0.2.0"
+ zed_extension_api = "0.7.0"I loaded my fork locally as a dev extension on Zed 0.216.1 and the PowerShell LS seems to load correctly now. |
No description provided.