kbwo
|
c3d3ff2c67
|
refactor: rename method
|
2024-07-22 23:35:34 +09:00 |
|
kbwo
|
d8bd53d4ca
|
refactor(adapter): unify repetitive code patterns
|
2024-07-22 23:33:22 +09:00 |
|
Kodai Kabasawa
|
bb1a163f98
|
Merge pull request #26 from kbwo/feat/deno
adapter for deno
|
2024-07-21 16:02:33 +09:00 |
|
kbwo
|
6cb4fcbd92
|
feat(adapter): implement adapter for deno
|
2024-07-21 15:58:55 +09:00 |
|
Kodai Kabasawa
|
70c0fd4a2d
|
Merge pull request #20 from kbwo/feat/cargo-nextest
feat(adapter): add adapter for cargo-nextest
|
2024-07-16 00:31:13 +09:00 |
|
kbwo
|
b887d653a2
|
feat(adapter): add adapter for cargo-nextest
close #18
|
2024-07-16 00:23:19 +09:00 |
|
Kodai Kabasawa
|
3603e32025
|
Merge pull request #19 from kbwo/feat/vitest
adapter for vitest
|
2024-07-15 22:49:05 +09:00 |
|
kbwo
|
f78cf7f888
|
test(adapter): fix failed test
|
2024-07-15 19:14:27 +09:00 |
|
kbwo
|
1d6dd6623e
|
refactor: rename directory
|
2024-07-15 19:13:19 +09:00 |
|
kbwo
|
4782784122
|
refactor(adapter): set diagnostic severity explicitly
|
2024-07-15 19:10:02 +09:00 |
|
kbwo
|
5ac623bb69
|
feat(adapter): add vitest adapter
|
2024-07-15 19:09:56 +09:00 |
|
kbwo
|
3f88f9b1b6
|
add vitest demo
|
2024-07-15 19:07:44 +09:00 |
|
kbwo
|
0ae8988cc5
|
add feature to configure workspace directory
close #16
|
2024-07-14 00:19:13 +09:00 |
|
kbwo
|
1b74a7ad4f
|
add adapter log
|
2024-07-06 15:54:30 +09:00 |
|
kbwo
|
60e352f24f
|
list project files correctly
|
2024-07-06 15:54:02 +09:00 |
|
kbwo
|
f9c054ebd3
|
organize modules
|
2024-07-06 11:20:41 +09:00 |
|
kbwo
|
b86e08e588
|
update README
|
2024-06-30 22:42:07 +09:00 |
|
Kodai Kabasawa
|
1ba9181a30
|
Merge pull request #15 from kbwo/license
add license
|
2024-06-30 22:40:50 +09:00 |
|
kbwo
|
caf868f9bd
|
add license
|
2024-06-30 22:39:44 +09:00 |
|
Kodai Kabasawa
|
e32ba5d0c2
|
Merge pull request #14 from kbwo/ci
fix a bug in nested workspace and add CI
|
2024-06-30 22:32:46 +09:00 |
|
kbwo
|
51738a9a45
|
add GHA workflow for CI
|
2024-06-30 22:30:17 +09:00 |
|
kbwo
|
5f3759ec28
|
fix a bug in nested workspace
|
2024-06-30 22:14:56 +09:00 |
|
Kodai Kabasawa
|
b8b04b59ab
|
Merge pull request #12 from kbwo/feat/go-adapter
adapter for `go test`
|
2024-06-30 21:42:16 +09:00 |
|
kbwo
|
ac35284f68
|
update coc-settings.json for demo
|
2024-06-30 21:25:04 +09:00 |
|
kbwo
|
07b516e798
|
add go test feature to adapter
|
2024-06-30 18:20:27 +09:00 |
|
kbwo
|
80ee356a06
|
add example of go project
|
2024-06-30 18:19:51 +09:00 |
|
kbwo
|
582589af60
|
test only the file for file level test
|
2024-06-24 00:34:04 +09:00 |
|
Kodai Kabasawa
|
146607d132
|
Merge pull request #8 from kbwo/fix/new-file
refresh workspace cache if needed, fix #7
|
2024-06-24 00:33:22 +09:00 |
|
kbwo
|
c4a472d5e0
|
refresh workspace cache if needed, fix #7
|
2024-06-23 20:00:36 +09:00 |
|
kbwo
|
67e20e5b4d
|
update adapter dependency
|
2024-06-22 21:06:55 +09:00 |
|
kbwo
|
b6899587db
|
rename some symbols
|
2024-06-22 20:05:11 +09:00 |
|
kbwo
|
4a4f5411e4
|
change adapter specification
|
2024-06-22 19:47:52 +09:00 |
|
kbwo
|
a3eaa5ce67
|
add example of coc-setitngs.json
|
2024-06-22 19:32:59 +09:00 |
|
kbwo
|
84e1e36d18
|
update README
|
2024-06-22 19:32:59 +09:00 |
|
kbwo
|
5b2a4719cf
|
change data structure for simplicity
|
2024-06-22 19:32:50 +09:00 |
|
Kodai Kabasawa
|
f6d4da784e
|
Merge pull request #6 from kbwo/feat/glob
include/exclude files using glob pattern
|
2024-06-18 23:58:00 +09:00 |
|
kbwo
|
4afd09da2a
|
include/exclude files using glob pattern
|
2024-06-18 23:56:41 +09:00 |
|
Kodai Kabasawa
|
80f0391a96
|
Merge pull request #4 from kbwo/feat/progress
implement progress notification
|
2024-06-16 19:01:17 +09:00 |
|
kbwo
|
7494b1dc56
|
implement progress notification
close #3
|
2024-06-16 19:00:13 +09:00 |
|
kbwo
|
83fd323226
|
(rust-adapter): pass stderr to testing-ls only when there is no stdout
|
2024-06-15 22:29:02 +09:00 |
|
kbwo
|
607f43aa39
|
implement adapter error bubbling and send warning diagnostic
fix #2
|
2024-06-13 00:05:43 +09:00 |
|
kbwo
|
d2f262056a
|
fix #1: clear previous diagnostics
|
2024-06-11 23:49:42 +09:00 |
|
kbwo
|
aa5518a00c
|
handle $/discoverFileTest method
|
2024-06-11 22:30:00 +09:00 |
|
kbwo
|
58f29d53c7
|
chore
|
2024-06-10 00:22:59 +09:00 |
|
kbwo
|
5e4f15cbd8
|
prevent passing --test-kind argument to test command
|
2024-06-10 00:22:16 +09:00 |
|
kbwo
|
7f27e6638c
|
implement $/runFileTest request handling for editor command
|
2024-06-08 23:07:41 +09:00 |
|
kbwo
|
743409e3c2
|
pass env to adapter
|
2024-05-25 22:18:34 +09:00 |
|
kbwo
|
45dbcc333e
|
repalce file:// prefix
|
2024-05-25 18:47:29 +09:00 |
|
kbwo
|
e42e97a3ae
|
update
|
2024-05-25 18:16:58 +09:00 |
|
kbwo
|
c12e9bc129
|
add workflow
|
2024-05-19 23:59:06 +09:00 |
|