zed/crates
Piotr Osiewicz 7a90b1124f
html: release 0.1.0 (#12083)
Add config for tag autoclosing: add following to lsp section of your
settings:
    "vscode-html-language-server": {
      "settings": {
        "html": { "tagAutoclosing": true }
      }
    }

It also accepts `css`, `js/ts` and `javascript` as options.

Disable HTML language server in JS/TS/TSX files for now. I decided to
disable it for now as it caused excessive edits in these types of files
(as reported by @mariansimecek in
https://github.com/zed-industries/zed/pull/11761#issuecomment-2122038107);
it looks like HTML language server tries to track language ranges (e.g.
whether a particular span is TS/HTML fragment etc) just like we do.
However in plain JS/TSX files it seems like it treats the whole file as
one big chunk of HTML, which is.. not right, to say the least.

No release note, as HTML extension goodies are not on Preview yet.

Release Notes:

- N/A
2024-05-21 14:04:02 +02:00
..
activity_indicator
anthropic Sanitize messages before sending them to Anthropic (#11810) 2024-05-14 17:47:33 +02:00
assets
assistant Fuzzy-match lines when applying edits from the assistant (#12056) 2024-05-20 17:02:15 +02:00
assistant2 Allow copy-pasting dev-server-token (#11992) 2024-05-17 16:41:46 -06:00
assistant_tooling
audio
auto_update
breadcrumbs
call
channel Support very large channel membership lists (#11939) 2024-05-16 20:02:25 -06:00
cli cli: Support --foreground for debugging (#11819) 2024-05-14 16:05:40 -06:00
client Support very large channel membership lists (#11939) 2024-05-16 20:02:25 -06:00
clock
collab Support terminals with ssh in remote projects (#11913) 2024-05-17 17:48:07 +03:00
collab_ui chore: Fix refining_impl_trait lint occurences (#11979) 2024-05-17 16:58:22 +02:00
collections
color
command_palette Use UpdateGlobal accessors in more places (#11925) 2024-05-16 13:30:04 -04:00
command_palette_hooks
copilot Reduce spamming of inline completion discard events (#11999) 2024-05-17 16:37:17 -04:00
db
dev_server_projects Support terminals with ssh in remote projects (#11913) 2024-05-17 17:48:07 +03:00
diagnostics chore: Fix refining_impl_trait lint occurences (#11979) 2024-05-17 16:58:22 +02:00
editor vim: Fix %s replace not working more than twice (#12045) 2024-05-20 19:17:11 -06:00
extension Add basic proxy settings (#11852) 2024-05-16 19:43:26 +03:00
extension_api Clarify CodeLabel.filter_range doc (#11383) 2024-05-17 12:09:35 -04:00
extension_cli
extensions_ui Suggest extension for .wit files (#12031) 2024-05-19 08:36:46 -04:00
feature_flags
feedback
file_finder
file_icons
fs linux: Handle modification events from file watcher (#11778) 2024-05-14 11:00:26 -07:00
fsevent
fuzzy
git
git_hosting_providers
go_to_line Make autoscroll optional when highlighting editor rows (#11950) 2024-05-16 20:28:17 -07:00
google_ai
gpui Add "new window" option to the dock menu (#12067) 2024-05-20 17:08:14 -06:00
gpui_macros
headless Better private file sharing for remote projects (#12002) 2024-05-20 16:48:24 -06:00
http Fix npm install command with a URI://localhost:port proxy setting (#11955) 2024-05-17 11:30:52 +03:00
image_viewer
inline_completion_button
install_cli
journal
language Add glob support for custom file type language (#12043) 2024-05-20 10:13:35 +02:00
language_selector
language_tools Add telemetry for supermaven (#11821) 2024-05-16 17:18:32 -04:00
languages html: release 0.1.0 (#12083) 2024-05-21 14:04:02 +02:00
live_kit_client
live_kit_server
lsp html: Add support for autoclosing of tags (#11761) 2024-05-20 17:00:27 +02:00
markdown Allow copy-pasting dev-server-token (#11992) 2024-05-17 16:41:46 -06:00
markdown_preview
media
menu
multi_buffer
node_runtime Add basic proxy settings (#11852) 2024-05-16 19:43:26 +03:00
notifications
open_ai Add GPT-4o as possible model (#11764) 2024-05-14 10:43:24 +02:00
outline Make autoscroll optional when highlighting editor rows (#11950) 2024-05-16 20:28:17 -07:00
picker add PickerDelegate::selected_index_changed (#12059) 2024-05-20 10:52:04 -04:00
prettier Change default Prettier's useTabs settings based on Zed settings (#11958) 2024-05-17 11:05:46 +03:00
project html: Add support for autoclosing of tags (#11761) 2024-05-20 17:00:27 +02:00
project_panel project panel: Add Duplicate action (#12081) 2024-05-21 09:58:10 +02:00
project_symbols
quick_action_bar
recent_projects Allow copy-pasting dev-server-token (#11992) 2024-05-17 16:41:46 -06:00
refineable
release_channel
rich_text
rope Allow the assistant to suggest edits to files in the project (#11993) 2024-05-17 15:38:14 -07:00
rpc Support terminals with ssh in remote projects (#11913) 2024-05-17 17:48:07 +03:00
search Use UpdateGlobal accessors in more places (#11925) 2024-05-16 13:30:04 -04:00
semantic_index Add basic proxy settings (#11852) 2024-05-16 19:43:26 +03:00
semantic_version
settings Use UpdateGlobal accessors in more places (#11925) 2024-05-16 13:30:04 -04:00
snippet html: Add support for autoclosing of tags (#11761) 2024-05-20 17:00:27 +02:00
sqlez
sqlez_macros
story
storybook Remove wiring for assistant2 (#11940) 2024-05-16 18:32:53 -04:00
sum_tree
supermaven Reduce spamming of inline completion discard events (#11999) 2024-05-17 16:37:17 -04:00
supermaven_api
tab_switcher Introduce recent files ambient context for assistant (#11791) 2024-05-14 13:48:36 +02:00
task tasks: Refresh available tasks in editor when tasks.json changes (#11811) 2024-05-14 21:26:35 +02:00
tasks_ui tasks: Wire through click handlers in new tasks modal (#11854) 2024-05-15 14:38:19 +02:00
telemetry_events Add telemetry for supermaven (#11821) 2024-05-16 17:18:32 -04:00
terminal Make primary clipboard Linux only (#11843) 2024-05-15 10:44:47 -07:00
terminal_view terminal: Add coloration to task icons based on status (#12066) 2024-05-21 01:26:04 +02:00
text Speed up is_dirty and has_conflict (#11946) 2024-05-16 18:36:20 -07:00
theme theme: Remove default syntax colors (#11980) 2024-05-17 10:54:51 -04:00
theme_importer
theme_selector Use UpdateGlobal accessors in more places (#11925) 2024-05-16 13:30:04 -04:00
time_format
ui ui: Don't break flex layout when using WithRemSize (#12076) 2024-05-20 21:39:18 -04:00
ui_text_field
util Add prompt library (#11910) 2024-05-16 16:55:54 -04:00
vcs_menu
vim vim: Fix %s replace not working more than twice (#12045) 2024-05-20 19:17:11 -06:00
welcome
workspace Implement 'Cmd+W with no open tabs closes the window', with a setting (#11989) 2024-05-17 12:31:12 -07:00
worktree Better private file sharing for remote projects (#12002) 2024-05-20 16:48:24 -06:00
zed Match the startup behavior of the CLI to the main app (#12044) 2024-05-20 19:33:19 -06:00
zed_actions