Kirill Bulatov
|
f5eac82e81
|
Reload menu after keybindings change
|
2023-07-17 12:30:42 +03:00 |
|
Alex Viscreanu
|
c7669317ec
|
feat(workspace): allow alternative actions to open files and symbols in split
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
|
2023-07-14 21:49:15 +02:00 |
|
KCaverly
|
2dae42b1ba
|
update embedding query for tsx to accomodate for leading comments
|
2023-07-14 14:25:08 -04:00 |
|
KCaverly
|
d4971e9ead
|
update typescript parsing to manage for leading tsdoc comments
|
2023-07-14 13:47:10 -04:00 |
|
Max Brunsfeld
|
21e7e35e73
|
Include newlines in between combined injection ranges on different lines
|
2023-07-14 09:25:56 -07:00 |
|
Max Brunsfeld
|
2e2333107a
|
Find the layer with the smallest enclosing node in language_scope_at
|
2023-07-14 09:11:56 -07:00 |
|
KCaverly
|
3a625d15d3
|
update c embedding query for preceding comments
|
2023-07-14 11:33:49 -04:00 |
|
Mikayla Maki
|
f1b034d4f8
|
fmt
|
2023-07-13 22:32:29 -07:00 |
|
Mikayla Maki
|
ff8a89a075
|
Refine svelte queries to work with zed-style highlights
Bump scheme dependency:
|
2023-07-13 22:30:58 -07:00 |
|
Mikayla Maki
|
1424a7a56a
|
Add svelte language server
Add svelte tree sitter
Add svelte config file
Add svelte highlighting
|
2023-07-13 21:43:53 -07:00 |
|
KCaverly
|
623cb9833c
|
add tests for rust context parsing, and update rust embedding query
Co-authored-by: maxbrunsfeld <max@zed.dev>
|
2023-07-13 16:58:42 -04:00 |
|
KCaverly
|
5eab628580
|
Added go parsing for semantic search, and added preceeding comments on go and rust.
Co-authored-by: Alex <alexviscreanu@gmail.com>
Co-authored-by: maxbrunsfeld <max@zed.dev>
|
2023-07-13 14:33:31 -04:00 |
|
Nate Butler
|
ef7aa66959
|
Add first line pattern
|
2023-07-13 12:09:43 -04:00 |
|
Nate Butler
|
9a1a9813cb
|
WIP
|
2023-07-13 11:56:53 -04:00 |
|
KCaverly
|
a56d454a07
|
added semantic search support for c
|
2023-07-13 10:10:24 -04:00 |
|
Piotr Osiewicz
|
608c16342c
|
Update outline queries; add enum as a highlighted keyword
|
2023-07-13 12:23:49 +02:00 |
|
Piotr Osiewicz
|
1cc8ecad12
|
Fix HTML injections (Thanks Max!)
Co-authored-by: Max <max@zed.dev>
|
2023-07-12 19:33:09 +02:00 |
|
Max Brunsfeld
|
4a4dd39875
|
Fix TSX embedding query
|
2023-07-11 15:02:19 -07:00 |
|
KCaverly
|
2ca4b3f4cc
|
cleaned up warnings and added javascript
|
2023-07-11 16:41:08 -04:00 |
|
KCaverly
|
debe6f107e
|
updated embedding queries for tsx and typescript
|
2023-07-11 16:22:40 -04:00 |
|
KCaverly
|
dd0dbdc5bd
|
brought up to speed with main
|
2023-07-11 14:50:48 -04:00 |
|
Piotr Osiewicz
|
a1fe5abeaf
|
Add rudimentary PHP syntax highlighting
|
2023-07-11 12:31:20 +02:00 |
|
KCaverly
|
3f5667b101
|
merged main
|
2023-07-07 14:24:29 -04:00 |
|
Julia
|
caa29d57c2
|
Avoid checking for duplicate instance when local DB is disabled
|
2023-07-07 14:20:39 -04:00 |
|
Julia
|
b70b76029e
|
Use different port and handshake for different release channels
|
2023-07-07 14:20:39 -04:00 |
|
Julia
|
66bf56fc4f
|
Prevent duplicate instances by coordinating via a socket
|
2023-07-07 14:19:44 -04:00 |
|
KCaverly
|
6f1e988cb9
|
updated embedding treesitter query for python
|
2023-07-06 16:36:28 -04:00 |
|
Kirill Bulatov
|
4c51ab8a25
|
Accept null as a valid action, to disable a keystroke
co-authored-by: Mikayla Maki <mikayla@zed.dev>
|
2023-07-04 21:11:28 +03:00 |
|
Mikayla Maki
|
d2127825e3
|
Add first-pass sound support to Zed
|
2023-07-03 13:30:04 -07:00 |
|
Mikayla Maki
|
138de37cbf
|
Add basic sound handling infrastructure
|
2023-06-30 16:10:49 -07:00 |
|
KCaverly
|
36907bb4dc
|
updated vector store indexing to only use languages with an embedding.scm treesitter query
Co-authored-by: maxbrunsfeld <max@zed.dev>
|
2023-06-30 16:14:11 -04:00 |
|
KCaverly
|
1d737e490b
|
Merge branch 'main' of github.com:zed-industries/zed into vector_store
|
2023-06-30 09:58:13 -04:00 |
|
Julia
|
2ed0284d49
|
Stub out for language plugin
|
2023-06-28 17:06:50 -04:00 |
|
Julia
|
48bed2ee03
|
Merge branch 'main' into fix-broken-lsp-installations
|
2023-06-28 16:46:06 -04:00 |
|
Julia
|
db2b3e47bc
|
Reinstall Node whenever a NodeRuntime operation has serious error
|
2023-06-28 16:43:45 -04:00 |
|
KCaverly
|
3ca3de807c
|
Merge branch 'main' of github.com:zed-industries/zed into vector_store
|
2023-06-28 14:42:24 -04:00 |
|
Mikayla Maki
|
ce52d90a9d
|
Collab UI v2 (#2618)
This PR implements
https://www.figma.com/file/pLq7dvhx2mFeWFOedXpUQ5/Project-%E2%80%93-Collaboration-UI?type=design&node-id=666%3A8610&t=XFGk6KEtTCFXBvCQ-1
Release notes:
- [x] Redesigned collaboration UI
- [x] Added voice support
|
2023-06-28 09:14:39 -07:00 |
|
Julia
|
1882ce48be
|
Handle new elixir-ls release zip name
|
2023-06-28 10:22:39 -04:00 |
|
Antonio Scandurra
|
2cb4616609
|
Enable assistant on stable
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2023-06-28 12:09:49 +02:00 |
|
Nathan Sobo
|
8f8a99d788
|
Bind cmd-? to assistant::toggle_focus
Bypass system help menu shortcut at the app delegate level to achieve this.
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
|
2023-06-28 11:43:24 +02:00 |
|
Max Brunsfeld
|
fc02381196
|
Fix bugs in handling combined injections exposed by HEEx (#2652)
Fixes
https://linear.app/zed-industries/issue/Z-2481/heex-this-snippet-triggers-a-hard-crash
Release Notes:
- Fixed a crash that would sometimes occur when editing a HEEx file
([#1703](https://github.com/zed-industries/community/issues/1703)).
|
2023-06-27 15:17:29 -07:00 |
|
Max Brunsfeld
|
81c26cfea0
|
Fix bugs in handling combined injections exposed by HEEx
|
2023-06-27 15:08:26 -07:00 |
|
Piotr Osiewicz
|
625814d30a
|
Merge branch 'main' into collab-titlebar-2
|
2023-06-27 15:40:43 +02:00 |
|
Joseph T. Lyons
|
c0fb98cb3f
|
Factor out key name
|
2023-06-26 13:31:41 -04:00 |
|
Joseph T. Lyons
|
8d1cc8815b
|
Merge branch 'main' into add-installation-id-to-panic-events
|
2023-06-26 13:27:14 -04:00 |
|
Julia
|
2a8d1343d6
|
Add installation test binaries for all remaining adapters
|
2023-06-26 11:54:20 -04:00 |
|
Julia
|
5632f24d24
|
Handle new elixir-ls release zip name
|
2023-06-26 10:18:30 -04:00 |
|
Joseph T. Lyons
|
7d065fa14e
|
Add installation_id to panic events
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
|
2023-06-23 21:02:01 -04:00 |
|
KCaverly
|
dd309070eb
|
open ai indexing on open for rust files
|
2023-06-22 16:50:07 -04:00 |
|
Piotr Osiewicz
|
76366422a6
|
Merge branch 'main' into collab-titlebar-2
|
2023-06-22 13:48:16 +02:00 |
|