Skip to content

Commit 52602c6

Browse files
docs: update configs.md
skip-checks: true
1 parent 814b2fd commit 52602c6

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

doc/configs.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11278,10 +11278,11 @@ https://github.com/awslabs/smithy-language-server
1127811278

1127911279
"Smithy Language Server", a Language server for the Smithy IDL.
1128011280

11281-
smithy-language-server has no docs that say how to actually install it(?), so look at:
11282-
https://github.com/smithy-lang/smithy-vscode/blob/600cfcf0db65edce85f02e6d50f5fa2b0862bc8d/src/extension.ts#L78
11281+
Based off the official maven artifacts setup
11282+
https://github.com/smithy-lang/smithy-language-server?tab=readme-ov-file#maven-artifacts
1128311283

1128411284
Maven package: https://central.sonatype.com/artifact/software.amazon.smithy/smithy-language-server
11285+
Adjusting jvm opts: https://get-coursier.io/docs/cli-launch#java-options
1128511286

1128611287
Installation:
1128711288
1. Install coursier, or any tool that can install maven packages.
@@ -11290,7 +11291,7 @@ Installation:
1129011291
```
1129111292
2. The LS is auto-installed and launched by:
1129211293
```
11293-
coursier launch software.amazon.smithy:smithy-language-server:0.7.0
11294+
cs launch --contrib smithy-language-server:0.8.0
1129411295
```
1129511296

1129611297
Snippet to enable the language server:
@@ -11301,7 +11302,7 @@ vim.lsp.enable('smithy_ls')
1130111302
Default config:
1130211303
- `cmd` :
1130311304
```lua
11304-
{ "coursier", "launch", "software.amazon.smithy:smithy-language-server:0.7.0", "-M", "software.amazon.smithy.lsp.Main", "--", "0" }
11305+
{ "cs", "launch", "--contrib", "smithy-language-server:0.8.0" }
1130511306
```
1130611307
- `filetypes` :
1130711308
```lua

doc/configs.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8377,10 +8377,11 @@ https://github.com/awslabs/smithy-language-server
83778377

83788378
"Smithy Language Server", a Language server for the Smithy IDL.
83798379

8380-
smithy-language-server has no docs that say how to actually install it(?), so look at:
8381-
https://github.com/smithy-lang/smithy-vscode/blob/600cfcf0db65edce85f02e6d50f5fa2b0862bc8d/src/extension.ts#L78
8380+
Based off the official maven artifacts setup
8381+
https://github.com/smithy-lang/smithy-language-server?tab=readme-ov-file#maven-artifacts
83828382

83838383
Maven package: https://central.sonatype.com/artifact/software.amazon.smithy/smithy-language-server
8384+
Adjusting jvm opts: https://get-coursier.io/docs/cli-launch#java-options
83848385

83858386
Installation:
83868387
1. Install coursier, or any tool that can install maven packages.
@@ -8389,7 +8390,7 @@ Installation:
83898390
```
83908391
2. The LS is auto-installed and launched by:
83918392
```
8392-
coursier launch software.amazon.smithy:smithy-language-server:0.7.0
8393+
cs launch --contrib smithy-language-server:0.8.0
83938394
```
83948395

83958396
Snippet to enable the language server: >lua
@@ -8398,7 +8399,7 @@ Snippet to enable the language server: >lua
83988399

83998400
Default config:
84008401
- cmd: >lua
8401-
{ "coursier", "launch", "software.amazon.smithy:smithy-language-server:0.7.0", "-M", "software.amazon.smithy.lsp.Main", "--", "0" }
8402+
{ "cs", "launch", "--contrib", "smithy-language-server:0.8.0" }
84028403
- filetypes: >lua
84038404
{ "smithy" }
84048405
- init_options: >lua

0 commit comments

Comments
 (0)