Keeps installing the HMTL extension
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
I see the HTML extension kepps being installed despite I remove it.
Environment
Zed: v0.149.5 (Zed) OS: Linux Wayland arch unknown Memory: 23.3 GiB Architecture: x86_64 GPU: Intel(R) Xe Graphics (TGL GT2) || Intel open-source Mesa driver || Mesa 24.1.6-arch1.1
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The HTML extension is auto-installed by default:
https://github.com/zed-industries/zed/blob/4ddf2cbb9f8a7ea49226a95bf4a35445ebc8ada3/assets/settings/default.json#L735-L741
To prevent it from being auto-installed you can add this to your settings:
{
"auto_install_extensions": {
"html": false
}
}
Then you can uninstall the extension.
I, for one, think that no extension should be installed by default. Otherwise it is not an extension but a feature.
I confirm there has been no behavior change as of v0.177.10. And I also confirm what I have already said.
Is this issue possibly fixed? A fresh install of the latest version does not automatically install the HTML extension.
Zed 0.208.4 (flathub)
This is a documented feature and not a bug.
I also don't observe any behaviour change in 0.208.4, but I tested on macOS.