Accessing extension path from the extension #14952
Unanswered
wingyplus
asked this question in
Help and General Q&A
Replies: 1 comment 1 reply
-
|
this would be super helpful to get an update on @zed-intelligence |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote the PowerShell extension and try to implement automatic install the language server (PowerShell Editor Services) like other extensions does. The problem is the LSP requires to start through PowerShell, it run on project directory as a working directory, cause LSP to crash because it cannot find the LSP script.
So my question is how do I access the extension path (for example,
/Library/Application\ Support/Zedon mac)? Or the zed has any a better way to fix this?Sorry if I do something wrong, never writing Rust before. 🙏
Beta Was this translation helpful? Give feedback.
All reactions