Blaž Hrastnik
|
68bf9fdf02
|
Fix tests broken by the State change
|
3 years ago |
Blaž Hrastnik
|
28919898e9
|
fix: KeyEvent::char needs to ignore modifiers
Fixes #595
|
3 years ago |
Blaž Hrastnik
|
9d4c301563
|
Reduce State use a bit further
This is a legacy type that should be fully removed.
|
3 years ago |
Dmitry Sharshakov
|
3b87fce0ce
|
Print errors occurred in debug commands
|
3 years ago |
Dmitry Sharshakov
|
2ad2838a27
|
Fix tests
|
3 years ago |
Dmitry Sharshakov
|
c7759a5aa0
|
Merge remote-tracking branch 'origin/master' into debug
|
3 years ago |
Dmitry Sharshakov
|
4ee66b8766
|
Support remote debug adapter
|
3 years ago |
Dmitry Sharshakov
|
ba96f5d296
|
Format Cargo.toml
|
3 years ago |
Dmitry Sharshakov
|
326293cb57
|
only show variables' names and types
|
3 years ago |
Kirawi
|
44a0512d95
|
Add Monokai theme (#628)
* init
* update
* cleanup
|
3 years ago |
Kirawi
|
b99db7c687
|
Move path util functions from helix-term to helix-core (#650)
|
3 years ago |
Dmitry Sharshakov
|
2c3e2b979b
|
Workaround for debugging Go tests
|
3 years ago |
Dmitry Sharshakov
|
8cc6d68160
|
Autocomplete files for debug command
|
3 years ago |
Dmitry Sharshakov
|
235a84d989
|
Remove shortcut for starting debug
|
3 years ago |
Dmitry Sharshakov
|
299da5a35b
|
Support attach request
|
3 years ago |
Dmitry Sharshakov
|
b001008a69
|
Support templates in debug configurations
|
3 years ago |
Dmitry Sharshakov
|
31212e133d
|
Rename functions
|
3 years ago |
Dmitry Sharshakov
|
1041a5bb07
|
Support launching configs by name
|
3 years ago |
Dmitry Sharshakov
|
0e779381a8
|
Format
|
3 years ago |
Dmitry Sharshakov
|
774ab6f8b6
|
Add new format configs for Rust and C/C++
|
3 years ago |
Dmitry Sharshakov
|
c463142e5e
|
Create new debugger config format
|
3 years ago |
Dmitry Sharshakov
|
34c6094604
|
refactor
|
3 years ago |
Dmitry Sharshakov
|
2158366b24
|
Enable variable types in DAP config
We have this feature
|
3 years ago |
Dmitry Sharshakov
|
fdad7d67aa
|
Check capabilities for breakpoint config
|
3 years ago |
Dmitry Sharshakov
|
c4085b4e88
|
Use saturating_sub for lenght
|
3 years ago |
Dmitry Sharshakov
|
5d3c69d565
|
Support logpoints
Tested with Node (Delve and LLDB do not support logpoints)
|
3 years ago |
Blaž Hrastnik
|
bf5b9a9f35
|
ui: Tone down the preview highlight by adding a new scope
|
3 years ago |
Blaž Hrastnik
|
e6cb183134
|
ui: Fix preview window padding: we want horizontal, not vertical
|
3 years ago |
Blaž Hrastnik
|
a5c3c6c6a9
|
ui: Highlight line ranges in the preview
|
3 years ago |
CossonLeo
|
490125f008
|
info component style config use ui.info ui.info.text (#643)
|
3 years ago |
Blaž Hrastnik
|
1d45f50781
|
fix: Don't internally use relative paths in the buffer picker
Fixes #619
|
3 years ago |
devins2518
|
e1c9f13263
|
Add :vsplit and :hsplit commands (#639)
* add vsplit and hsplit commands
* handle splits more elegantly
|
3 years ago |
dependabot[bot]
|
81984be9f4
|
Bump arc-swap from 1.3.0 to 1.3.1 (#646)
Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/vorner/arc-swap/releases)
- [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vorner/arc-swap/compare/v1.3.0...v1.3.1)
---
updated-dependencies:
- dependency-name: arc-swap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
39cc1d62cd
|
Bump serde from 1.0.127 to 1.0.129 (#645)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.127 to 1.0.129.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.127...v1.0.129)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
864618242b
|
Bump crossterm from 0.20.0 to 0.21.0 (#644)
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/commits)
---
updated-dependencies:
- dependency-name: crossterm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
Dmitry Sharshakov
|
ec599a1eac
|
Do not panic if entered unknown code via stack trace
e.g. Rust std library
|
3 years ago |
Dmitry Sharshakov
|
3a5e044c89
|
languages: support debug for Rust with LLDB
|
3 years ago |
Dmitry Sharshakov
|
b3469df5bf
|
add lldb for c++
|
3 years ago |
Dmitry Sharshakov
|
c09b15197b
|
fix freeze with lldb terminated event
|
3 years ago |
Dmitry Sharshakov
|
09c994a97a
|
editor: drop telemetry output messages
|
3 years ago |
Dmitry Sharshakov
|
b5b79e3656
|
types: make some fields optional as in spec
|
3 years ago |
Dmitry Sharshakov
|
e529f4eb21
|
add lldb debugger for C
|
3 years ago |
Dmitry Sharshakov
|
56d00fa7f4
|
Fix tests
|
3 years ago |
Dmitry Sharshakov
|
802ef20dbc
|
chore: bump helix-dap version to 0.4.1
|
3 years ago |
Dmitry Sharshakov
|
b6b99b2487
|
config: minor fixes
|
3 years ago |
Dmitry Sharshakov
|
839d210573
|
Enable stdio transport via config
|
3 years ago |
Dmitry Sharshakov
|
f55a012fb7
|
editor: add debug session config
|
3 years ago |
Dmitry Sharshakov
|
c5b210df59
|
Add debug-adapter field to languages.toml
|
3 years ago |
Timothy DeHerrera
|
ed8c3e6574
|
don't panic on defunct lsp process (#583)
|
3 years ago |
Dmitry Sharshakov
|
dabec2d799
|
Fix line endings
|
3 years ago |