Commit graph

139 commits

Author SHA1 Message Date
kbwo
d3b70f598b chore: prevent handling textDocument/diagnostic 2024-11-19 19:25:17 +09:00
kbwo
b8054f6594 chore: update version 2024-11-10 15:52:37 +09:00
Kodai Kabasawa
520a7e4c5f
Merge pull request #45 from kbwo/feat/toml-config
Configuration with external file
2024-11-10 15:50:51 +09:00
kbwo
33f44e5bad refactor: tiny fix 2024-11-10 15:46:53 +09:00
kbwo
6f1fc1f03a chore: update each settings for demo 2024-11-10 15:11:25 +09:00
kbwo
f20cb7f16b feat: workspace diagnostics even when no workspace/diagnostic request 2024-11-09 18:19:01 +09:00
kbwo
575f3ee661 feat: get configuration from toml file 2024-11-09 18:18:53 +09:00
kbwo
92dec010a8 chore: update version 2024-10-30 23:55:37 +09:00
kbwo
6dff68d23a doc: update README 2024-10-30 23:45:39 +09:00
Kodai Kabasawa
7da5b98850
Merge pull request #43 from kbwo/fix/data-structure
Change adapterCommand schema
2024-10-30 23:43:36 +09:00
kbwo
c6d839395d doc: update README 2024-10-30 23:37:00 +09:00
Kodai Kabasawa
27bfdd0245
Merge pull request #42 from kbwo/demo/helix
Helix configuration
2024-10-26 00:19:56 +09:00
kbwo
5211310b7f chore(demo): add example config of helix 2024-10-26 00:18:13 +09:00
kbwo
fa78f5faec chore(demo): update editor config according to previous schema change 2024-10-25 00:42:11 +09:00
kbwo
6c77af09c9 fix: change data structure of initialization params 2024-10-25 00:40:19 +09:00
kbwo
ee2acbb3a4 docs: update README 2024-10-19 17:14:16 +09:00
kbwo
1fc98e9063 chore: update version 2024-10-19 17:13:34 +09:00
kbwo
310263bea5 chore: add logs for troubleshooting 2024-10-19 17:12:33 +09:00
Kodai Kabasawa
0c1fd99098
Merge pull request #37 from kbwo/feat/node-test
adapter for Node Test Runner
2024-10-19 17:11:56 +09:00
kbwo
48c2388d95 chore(demo): update vscode settings 2024-10-19 16:57:56 +09:00
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
Kodai Kabasawa
86481a6d0a
Merge pull request #38 from sho-hata/fix-doc
docs: update adapter specification link in README
2024-10-17 08:51:58 +09:00
sho-hata
4bb5144e0c docs: update adapter specification link in README 2024-10-17 08:08:42 +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