kbwo
|
cf926f56a2
|
fix(adapter): support nested namespace definition
|
2024-10-19 16:50:52 +09:00 |
|
kbwo
|
7ce2e97df6
|
fix(adapter): fix top level tests to not be in namespace
|
2024-10-19 13:41:09 +09:00 |
|
kbwo
|
8bfe0e9435
|
feat: implement adapter for node --test
|
2024-10-19 12:12:11 +09:00 |
|
kbwo
|
d275c28e88
|
chore(demo): add demo code of node --test
|
2024-10-18 00:04:40 +09:00 |
|
kbwo
|
2bc6a5acf3
|
chore: update version
|
2024-10-14 21:47:16 +09:00 |
|
kbwo
|
570a755e50
|
chore(demo): update vscode settings
|
2024-10-14 21:46:50 +09:00 |
|
kbwo
|
46a9d12823
|
fix: handle shutdown correctly according to specification
Specification:
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#shutdown
|
2024-10-14 21:45:50 +09:00 |
|
kbwo
|
aee202b9d1
|
chore: update versions
|
2024-10-14 00:01:24 +09:00 |
|
kbwo
|
54c3ca3e29
|
docs: update README
|
2024-10-14 00:00:56 +09:00 |
|
kbwo
|
3d01eef6b1
|
chore(adapter): add tracing logs
|
2024-10-14 00:00:34 +09:00 |
|
kbwo
|
7935caf4b3
|
chore: update specification
|
2024-10-13 23:41:51 +09:00 |
|
kbwo
|
dfd017c5d3
|
chore: update version
|
2024-10-12 17:33:29 +09:00 |
|
kbwo
|
b399d22656
|
fix: rename log file name
|
2024-10-12 17:32:59 +09:00 |
|
kbwo
|
f6aea92264
|
feat(adapter): delete old adapter log files
|
2024-10-12 17:30:49 +09:00 |
|
kbwo
|
f2e2116683
|
ci: enable to pass test failed in CI
|
2024-10-12 17:20:55 +09:00 |
|
kbwo
|
ab33121fc5
|
chore: update version
|
2024-10-12 17:18:07 +09:00 |
|
kbwo
|
96855b782c
|
chore: change adapter config specification
simplify key names
|
2024-10-12 17:17:15 +09:00 |
|
kbwo
|
13757136ba
|
feat: delete old server log files
|
2024-10-12 17:16:37 +09:00 |
|
kbwo
|
7b59f5ae74
|
ci: update release procedure
|
2024-10-10 00:35:52 +09:00 |
|
kbwo
|
4e9f1b5c35
|
chore(adapter): update version
|
2024-10-10 00:28:51 +09:00 |
|
kbwo
|
b71ea060ef
|
chore: update version
|
2024-10-10 00:28:41 +09:00 |
|
kbwo
|
3d6b53ccdd
|
docs: update README
|
2024-10-09 09:08:19 +09:00 |
|
kbwo
|
da2e469337
|
fix: refresh workspace cache when it is empty
|
2024-10-09 09:07:41 +09:00 |
|
kbwo
|
ded6f382ac
|
docs: update README
|
2024-09-29 00:54:01 +09:00 |
|
kbwo
|
20ae3b3487
|
docs: add documentation for adapter
|
2024-09-29 00:53:43 +09:00 |
|
Kodai Kabasawa
|
403ba08c81
|
Merge pull request #35 from kbwo/feat/tmp-phpunit
phpunit adapter
|
2024-09-23 21:27:15 +09:00 |
|
Kodai Kabasawa
|
245fd10346
|
Merge pull request #34 from kbwo/feat/handle-shutdown-exit
feat: handle `shutdown` and `exit`
|
2024-09-23 17:57:23 +09:00 |
|
kbwo
|
8f4097aab3
|
chore: add vscode settings for debugging with vscode-tesitng-ls
|
2024-09-23 17:56:16 +09:00 |
|
kbwo
|
9bb28ea592
|
chore: add log
|
2024-09-23 17:56:16 +09:00 |
|
kbwo
|
3e3d4c5db1
|
feat: implement phpunit adapter
|
2024-09-23 17:56:13 +09:00 |
|
kbwo
|
73a179f90b
|
feat: handle shutdown and exit
close #33
|
2024-09-23 11:18:15 +09:00 |
|
kbwo
|
daa8db434c
|
chore(adapter): write both of stdout and stderr to log
|
2024-08-17 16:27:58 +09:00 |
|
kbwo
|
b08c350b78
|
chore: update version
|
2024-08-15 23:20:26 +09:00 |
|
kbwo
|
cce066cd2a
|
feat: add method to run workspace test
|
2024-08-15 23:14:06 +09:00 |
|
kbwo
|
63e1c653d9
|
feat(adapter): write test result to file
|
2024-08-15 22:58:00 +09:00 |
|
kbwo
|
3131833238
|
fix: revert specification due to design flaw
|
2024-08-14 23:39:40 +09:00 |
|
kbwo
|
7a6d6e28b5
|
chore: update version
|
2024-08-13 22:14:21 +09:00 |
|
kbwo
|
a983a09a8e
|
feat: update adapter specification to distinguish between successful and failed tests in extensions
|
2024-08-13 22:08:40 +09:00 |
|
kbwo
|
c856f69086
|
refactor: fix comment
|
2024-08-13 21:54:40 +09:00 |
|
kbwo
|
ef51778b60
|
test(adapter): prevent test failure
|
2024-08-13 21:47:55 +09:00 |
|
kbwo
|
48e397efd3
|
fix(adapter): prevent test name duplication
|
2024-08-13 21:44:53 +09:00 |
|
kbwo
|
a8c52dc6c4
|
refactor: rename a variable
|
2024-08-13 21:44:42 +09:00 |
|
kbwo
|
2ba8d3d225
|
fix: use valid field in payload
|
2024-08-13 17:13:39 +09:00 |
|
kbwo
|
6104ca0438
|
refactor(client): fix typo
|
2024-08-13 16:48:34 +09:00 |
|
kbwo
|
d081843580
|
refactor: add some comments
|
2024-08-13 16:32:05 +09:00 |
|
kbwo
|
319e3b69d8
|
fix:(adapter): change format of test item id and name
|
2024-08-07 00:20:57 +09:00 |
|
kbwo
|
56c97a4780
|
chore(adapter): update version
|
2024-08-05 22:26:35 +09:00 |
|
kbwo
|
ad00f2c764
|
chore: update version
|
2024-08-05 21:53:36 +09:00 |
|
kbwo
|
f7e4ffac6f
|
fix: prevent accessing to a non-existent field
|
2024-08-05 21:50:59 +09:00 |
|
kbwo
|
9c3b8719a2
|
fix: enable workspace diagnostics by default
|
2024-08-05 21:50:39 +09:00 |
|