Commit Graph

25942 Commits

Author SHA1 Message Date
Piotr Osiewicz
2ca2942ffa Adjust DAP store to return session from start methods 2025-02-18 15:46:16 +01:00
Piotr Osiewicz
27bda501a1 Remove another session id 2025-02-18 14:22:04 +01:00
Piotr Osiewicz
b4c2de0838 Oops 2025-02-18 14:12:37 +01:00
Piotr Osiewicz
1c10133f1e ^ 2025-02-18 14:11:21 +01:00
Piotr Osiewicz
b8911725c2 client_id -> session_id some more 2025-02-18 14:10:51 +01:00
Piotr Osiewicz
9ea14ec74d Touchups 2025-02-18 14:07:19 +01:00
Piotr Osiewicz
083fca426e Style starting state a bit 2025-02-18 14:02:04 +01:00
Piotr Osiewicz
e82520c6cf Move from inert to starting state 2025-02-18 13:58:05 +01:00
Piotr Osiewicz
1d5fc3771f Change dap name on click in inert state 2025-02-18 13:15:44 +01:00
Piotr Osiewicz
04a1e569c2 fmt 2025-02-18 02:23:30 +01:00
Piotr Osiewicz
ced8514177 Merge pull request #115 from zed-industries/remove-dap-session
Remove dap session
2025-02-18 02:22:14 +01:00
Piotr Osiewicz
c308a8cc2d Reduce visibility of modes 2025-02-18 02:11:31 +01:00
Piotr Osiewicz
a8f59b8a1d Renames 2025-02-18 02:09:23 +01:00
Piotr Osiewicz
afaaf24455 Renames 2025-02-18 02:09:05 +01:00
Piotr Osiewicz
b8383bedae Renames 2025-02-18 02:07:14 +01:00
Piotr Osiewicz
bd27f879e2 Rename DebugAdapterClientId to SessionId 2025-02-18 01:56:57 +01:00
Piotr Osiewicz
05a35375a4 cleanups 2025-02-18 01:51:43 +01:00
Piotr Osiewicz
28d6e76298 Add Initialize command 2025-02-18 01:16:26 +01:00
Piotr Osiewicz
abda28fb6b Use LocalDapCommand in bounds 2025-02-18 01:04:01 +01:00
Piotr Osiewicz
9b8ea48883 Split out local part from DapCommand 2025-02-18 01:02:45 +01:00
Piotr Osiewicz
edfeea2c28 Add a new item to pane if it's empty 2025-02-17 21:58:04 +01:00
Piotr Osiewicz
7797b7021d Wire up click handler 2025-02-17 21:53:26 +01:00
Piotr Osiewicz
6737555f5f Add launch/attach buttons 2025-02-17 21:51:12 +01:00
Piotr Osiewicz
16dba67b38 UI touchups 2025-02-17 20:12:47 +01:00
Piotr Osiewicz
45cf5b5ab5 Add basic tab content 2025-02-17 20:00:40 +01:00
Piotr Osiewicz
c07526f30b Fix focus on inert state 2025-02-17 19:55:18 +01:00
Piotr Osiewicz
24e816be38 WIP 2025-02-17 19:45:30 +01:00
Piotr Osiewicz
b67a382e57 WIP 2025-02-17 18:15:57 +01:00
Piotr Osiewicz
06338963f3 WIP 2025-02-17 17:24:50 +01:00
Piotr Osiewicz
95590967eb WIP 2025-02-17 16:51:39 +01:00
Piotr Osiewicz
9786da2fe5 WIP 2025-02-17 15:41:46 +01:00
Piotr Osiewicz
0dc90fd35e UI shred 2025-02-17 14:51:46 +01:00
Piotr Osiewicz
1e0a0fa9f9 Renames 2025-02-17 14:07:05 +01:00
Piotr Osiewicz
f81463cc93 WIP 2025-02-17 14:06:02 +01:00
Piotr Osiewicz
c9a9ab22f0 And the rename is complete 2025-02-17 13:46:17 +01:00
Piotr Osiewicz
cf13a62bb5 Rename client module to session 2025-02-17 13:45:16 +01:00
Piotr Osiewicz
fbf4eb9472 fixup! Building! And crashing 2025-02-17 13:40:42 +01:00
Piotr Osiewicz
ad356d9c8e Building! And crashing 2025-02-17 13:39:45 +01:00
Piotr Osiewicz
45db28a5ce Project compiles, yay 2025-02-17 12:50:55 +01:00
Piotr Osiewicz
a0c91d620a WIP 2025-02-17 11:28:22 +01:00
Piotr Osiewicz
b1ca8c3e45 Merge branch 'debugger' into remove-dap-session 2025-02-17 11:11:45 +01:00
Piotr Osiewicz
f8e248286e Merge branch 'main' into debugger 2025-02-17 11:04:44 +01:00
Piotr Osiewicz
0233152bd1 Get rid of supports_attach (we'll configure it differently later on) 2025-02-17 11:02:34 +01:00
Kirill Bulatov
b5d85b638a Add regex highlights in the query input (#25005)
Closes https://github.com/zed-industries/zed/discussions/24994

Release Notes:

- Added regex highlights in the query input
2025-02-17 09:15:43 +00:00
Michael Sloan
91c99baaf2 Allowlist for APGL crates in check-licenses (#24998)
Also makes `shellcheck` pass

Release Notes:

- N/A
2025-02-17 07:48:28 +00:00
Michael Sloan
3b5dad8a9d Improve cargo about licenses configuration (#24997)
* Remove unneeded accepted licenses

* Removes use of `workarounds`

  - `wasmtime` no longer needed in list

  - `ring` now checks the license SHA

* Checks license from `files` instead of from `git`. Execution time ~17s
instead of ~24s

Release Notes:

- N/A
2025-02-17 07:18:03 +00:00
Michael Sloan
bcba0b92ed Fail if cargo about emits warnings (#24996)
Warnings are emitted despite --fail have no license field like `ring`

Release Notes:

- N/A
2025-02-17 07:05:01 +00:00
GiM
8b088b3985 Fix F10 and Alt+F handling on Windows (#24745)
Closes #24744
and should also fix #17819 

The change is split into two commits, first one adds F10 handling (it
needs to be handled inside `parse_syskeydown_msg_keystroke`, the second
one properly handles `Alt+Fn` combinations, this also needs to happen in
`parse_syskeydown_msg_keystroke` and is similar to a fragment inside
`parse_keydown_msg_keystroke`

Release Notes:

- Fixes F10 and Alt+Fn handling on windows
2025-02-17 14:43:18 +08:00
Joseph T. Lyons
58491807a4 Fix up tasks documentation (#24991)
Release Notes:

- N/A
2025-02-17 01:03:29 +00:00
Ben Kunkle
ba2c1821af Revert "Fix issue with vim::PushOperator documentation (#24825)" (#24989)
This reverts commit 28c667a3c7.

Release Notes:

- N/A
2025-02-16 23:51:27 +00:00