We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3acecc commit e6ddf5cCopy full SHA for e6ddf5c
1 file changed
README.md
@@ -37,20 +37,6 @@ require'lspconfig'.rescriptls.setup{
37
-- '/home/username/path/to/server/out/server.js',
38
-- '--stdio'
39
-- }
40
- init_options = {
41
- extensionConfiguration = {
42
- binaryPath = nil,
43
- platformPath = nil,
44
- askToStartBuild = false,
45
- codeLens = true,
46
- signatureHelp = {
47
- enable = true,
48
- },
49
- inlayHints = {
50
- enable = false,
51
52
53
54
on_attach = on_attach
55
}
56
```
0 commit comments