mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
63c529552c
This PR makes it so the HTML extension will be installed in Zed by default. We feel we should keep HTML available out-of-the-box, but we want to do so while still keeping it as an extension (as opposed to built-in to Zed natively). There may be a world where we bundle the extension in with the Zed binary itself, but installing it on startup gets us 99% of the way there. The approach for making HTML available by default is quite general, and could be applied to any extension that we choose (likely other languages that we want to come out-of-the-box, but that could then be moved to extensions). If you do not want the HTML extension in Zed, you can disable the auto-installation in your `settings.json` and then uninstall the extension: ```json { "auto_install_extensions": { "html": false } } ``` Release Notes: - Added auto-installation for the HTML extension on startup. - This can be disabled by adding `{ "auto_install_extensions": { "html": false } }` to your settings. |
||
---|---|---|
.. | ||
default.json | ||
initial_local_settings.json | ||
initial_tasks.json | ||
initial_user_settings.json |