-
Notifications
You must be signed in to change notification settings - Fork 9
Remove redundant slash at the start of the path on Windows #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.