Commit graph

159 commits

Author SHA1 Message Date
Kodai Kabasawa
cd5a15eace
Merge pull request #52 from kbwo/feat/update-server-spec
Update specification
2024-12-07 23:19:01 +09:00
kbwo
b28ba1aee0 chore: v0.1.8 2024-12-07 23:15:02 +09:00
kbwo
99cd28c540 feat: update interface of detect-workspace result 2024-12-07 23:11:18 +09:00
kbwo
bb4d9687df feat: update interface of discover result 2024-12-07 23:11:01 +09:00
kbwo
b205f9580d feat: update interface of run-file-test result 2024-12-07 23:10:30 +09:00
kbwo
d98623211d docs: update README 2024-12-07 17:28:06 +09:00
kbwo
c511c02107 chore: update error message 2024-12-02 19:39:23 +09:00
kbwo
aa4883e038 feat(adapter): add diagnostics to show which test failed 2024-11-30 18:22:53 +09:00
kbwo
e09a50d60c feat: change warning diagnostics to window/showMessage 2024-11-30 16:51:40 +09:00
kbwo
16074f3b4a chore(adapter): update version 2024-11-20 19:26:37 +09:00
kbwo
115cca2ecf feat(cargo-test): handle --nocapture option 2024-11-20 19:25:48 +09:00
kbwo
7563cd801c chore: update version 2024-11-20 19:24:21 +09:00
kbwo
c5fe76295d fix: handle errors correctly 2024-11-20 19:23:17 +09:00
kbwo
c61aaac03e chore: update version 2024-11-20 01:09:38 +09:00
Kodai Kabasawa
da18ce6586
Merge pull request #49 from kbwo/fix/handle-error
fix: handle unexpected request method correctly
2024-11-20 01:08:50 +09:00
kbwo
c939c3c5e0 fix: handle unexpected request method correctly 2024-11-20 01:07:27 +09:00
kbwo
533c5106e3 chore: update version 2024-11-19 23:17:15 +09:00
kbwo
aefd8437ff feat: diagnose workspace after initialization 2024-11-19 23:16:24 +09:00
kbwo
df735e9836 chore: update version 2024-11-19 19:47:08 +09:00
Kodai Kabasawa
55cbc584d8
Merge pull request #47 from kbwo/chore/sync
fix: prevent syncing text documents
2024-11-19 19:46:09 +09:00
kbwo
b87e2b9123 fix: prevent syncing text documents 2024-11-19 19:45:23 +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