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
I used clean my mac to check the space occupied by zed. I found that there is a node folder in the zed folder in the support file, which takes up about 200 megabytes. I want to know what is the main function of this? Can it be removed later?
Environment
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.
If you only need the most recent lines, you can run the zed: open log command palette action to see the last 1000.
No response
The text was updated successfully, but these errors were encountered:
Zed installs various tools based on nodejs, e.g. formatters (prettier) and language servers (copilot, typescript, javascript, json, ...).
Zed only downloads things that are being used (e.g. a file is being opened that required a TS langserver) or enabled by default (e.g. formatter has auto setting that includes formatting with prettier), and the node itself (also on the first access, not unconditionally).
You can remove those directories, but Zed will either break (if it's running at that moment) and/or redownload them next time the related feature is used.
We do not have plans to abandon this approach since there's so much code written to support various frontend tools already, that rewriting those in Rust will take an eternity, so not sure what is actionable here, hence closing.
Check for existing issues
Describe the bug / provide steps to reproduce it
I used clean my mac to check the space occupied by zed. I found that there is a node folder in the zed folder in the support file, which takes up about 200 megabytes. I want to know what is the main function of this? Can it be removed later?
Environment
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.If you only need the most recent lines, you can run the
zed: open log
command palette action to see the last 1000.No response
The text was updated successfully, but these errors were encountered: