Commit graph

407 commits

Author SHA1 Message Date
Ben Jackson
2252a2bf02 Delete the watches and vars buffers when resetting 2020-01-15 23:17:15 +00:00
Ben Jackson
3b97500289 Make sure the buffer is modifiable when updating the console 2020-01-15 23:17:15 +00:00
Ben Jackson
f6eccf1314 More: Import latest YCM test framework changes 2020-01-15 23:17:15 +00:00
Ben Jackson
d711d655aa FixUp: Brokern StopOver mapping 2020-01-15 23:17:15 +00:00
Ben Jackson
6ee8f7875d Tests: Import test framework changs from YCM 2020-01-15 23:17:15 +00:00
Ben Jackson
149d48b688 Scroll the output buffer when visible 2020-01-15 23:17:15 +00:00
Ben Jackson
c898eb47b2 Fix filtering VimspectorShowOutput 2020-01-15 23:17:15 +00:00
Ben Jackson
a00e6a19d6 Fix output buffers. bufnr creates an _unloaded_ buffer, so we have to load it 2020-01-15 23:17:15 +00:00
Ben Jackson
7456c26c2a Add some :commands for basic usages 2020-01-15 23:17:15 +00:00
Ben Jackson
04bb03da0a Add channel support for neovim 2020-01-15 23:17:15 +00:00
Ben Jackson
29c26996fb Add neovim job/terminal APIs 2020-01-15 23:17:15 +00:00
Ben Jackson
18627b9244 Add a way to have multiple vim API layers 2020-01-15 23:17:15 +00:00
Ben Jackson
5aa33c19f7 Remove unused ForceRead function 2020-01-15 23:17:15 +00:00
Ben Jackson
ee1bb009ea Wrap the terminal API in vimscript layer 2020-01-15 23:17:15 +00:00
Ben Jackson
d1e3b648d3 Use eval for lists of buffers too 2020-01-15 23:17:15 +00:00
Ben Jackson
dcdab63516 Remove use of bindeval() as it is not suported in neovim 2020-01-15 23:17:15 +00:00
mergify[bot]
cb2e08b850
Merge pull request #85 from tinmarino/merge_check_connection 947
Check connection before some operation (`next`) to avoid Python errors in vim messages
2020-01-15 21:49:38 +00:00
tinmarino
9be0f43a5f Feature: Silent Errors if not connected 2020-01-15 10:59:17 -03:00
mergify[bot]
1277ec6347
Merge pull request #84 from puremourning/fid-upstream 934
A selection of misc fixes and enhancements from ongoing usage
2020-01-10 12:44:49 +00:00
Ben Jackson
9f0becab7b Flake8 fixes 2020-01-10 12:19:58 +00:00
Ben Jackson
8a57104a0e Expand references in non-shell variables too 2020-01-10 09:28:02 +00:00
Ben Jackson
bbaab0ebc1 Fix true/false in JSON when setting up adapter 2020-01-10 09:28:02 +00:00
Ben Jackson
55bb50d296 line sometiems not supplied; source is optional 2020-01-10 09:28:02 +00:00
Ben Jackson
8bb7017a49 Handle failed breakpoint messages 2020-01-10 09:28:02 +00:00
Ben Jackson
d950352545 Install vscode java debugger somewhere 2020-01-10 09:28:01 +00:00
Ben Jackson
2c347c7920 Enalbe snippets for json 2020-01-10 09:26:13 +00:00
Ben Jackson
b95fe20845 Frame is not reqiured for evaluation 2020-01-10 09:26:13 +00:00
Ben Jackson
8d7de7172a Allow arbitrary ssh args 2020-01-10 09:26:13 +00:00
mergify[bot]
bda1bb05fd
Merge pull request #80 from tinmarino/merge_ballon 924
Fix: Remove balloon '...' in windows != code_window
2020-01-10 07:41:22 +00:00
tinmarino
1e153910fa Fix: Remove balloon '...' in windows != code_window
Problem: In non-code window, user see a '...' balloon even if python
knows it does not need to work
Solution: use pyeval in vim so that python's knowledge is getting back
from the stack as return value
2020-01-09 20:37:03 -03:00
mergify[bot]
12b6c925dc
Merge pull request #79 from puremourning/fix-install-node 911
Fix node dap installation when run outside of a git repo
2020-01-09 17:24:54 +00:00
Ben Jackson
05d377217d Run git commands in the right repo 2020-01-09 17:19:35 +00:00
Ben Jackson
68c47edabb
Merge pull request #75 from orlangure/add-reset-info 889
Document closing the debugger
2020-01-07 16:58:11 +00:00
mergify[bot]
fec355cab4
Merge branch 'master' into add-reset-info 2020-01-07 13:25:41 +00:00
mergify[bot]
abb3c6b387
Merge pull request #76 from puremourning/readme-deps 887
Make statement about neovim support
2020-01-07 13:23:27 +00:00
yury
c8334dc30c Fix Watches link in readme 2020-01-07 15:20:10 +02:00
yury
0ecc99a75c Add instruction on how to close the debugger
Omit `Reset` mapping
2020-01-07 15:20:04 +02:00
Ben Jackson
a74b9f2c65
Make statement about neovim support
Currently unsupported for technical reasons, not philosophical ones.
2020-01-07 13:12:06 +00:00
yury
c8a99831d6 Remove colon for consistency 2020-01-07 11:59:44 +02:00
Ben Jackson
144efab83d Add workaround for broken cpptools on macOS 872 2020-01-01 15:19:13 +00:00
Ben Jackson
e2738de64e Update vscode-python 859 2019-12-30 20:33:37 +00:00
Ben Jackson
6944cb7c1f Fix tracebnack when no source in stack frame 855 2019-12-22 21:33:16 +00:00
mergify[bot]
415a601963
Merge pull request #73 from puremourning/syntax 840
Syntax highlighting for locals and watches
2019-12-15 10:53:11 +00:00
Ben Jackson
ed6beff03b Enable syntax highlighting for watches and locals 2019-12-15 10:48:21 +00:00
Ben Jackson
94b8f0a81d Update cpptools 2019-12-15 09:16:04 +00:00
mergify[bot]
c02e308d4f
Merge pull request #72 from puremourning/breakpoints-move 835
Fix issues with breakpoints not being in the correct location
2019-12-15 09:01:18 +00:00
Ben Jackson
74ef72b150 which -s is mac only 2019-12-14 18:03:53 +00:00
Ben Jackson
7d046574cb Add tests for toggling breakpoint and inserting line 2019-12-14 18:03:34 +00:00
Ben Jackson
16c3b65cae If signs are moved by user actions, use the current lnum of the sign for the breakpoint. 2019-12-14 15:51:04 +00:00
Ben Jackson
8d025c475d Remove old jekyll config 769 2019-11-06 15:55:33 +00:00