Created
May 5, 2020 05:15
-
-
Save stormwatch/bafb0fd8b667c71b153e4d56778d8f36 to your computer and use it in GitHub Desktop.
lsp-log-io dump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Trace - 02:01:34 ] Sending request 'initialize - (1)'. | |
Params: { | |
"processId": null, | |
"rootPath": "/usr/local/src/cursos/Erlang/2020 Thompson", | |
"clientInfo": { | |
"name": "emacs", | |
"version": "GNU Emacs 26.3 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.24.13)\n of 2020-01-28" | |
}, | |
"rootUri": "file:///usr/local/src/cursos/Erlang/2020%20Thompson", | |
"capabilities": { | |
"workspace": { | |
"workspaceEdit": { | |
"documentChanges": true, | |
"resourceOperations": [ | |
"create", | |
"rename", | |
"delete" | |
] | |
}, | |
"applyEdit": true, | |
"symbol": { | |
"symbolKind": { | |
"valueSet": [ | |
1, | |
2, | |
3, | |
4, | |
5, | |
6, | |
7, | |
8, | |
9, | |
10, | |
11, | |
12, | |
13, | |
14, | |
15, | |
16, | |
17, | |
18, | |
19, | |
20, | |
21, | |
22, | |
23, | |
24, | |
25, | |
26 | |
] | |
} | |
}, | |
"executeCommand": { | |
"dynamicRegistration": false | |
}, | |
"didChangeWatchedFiles": { | |
"dynamicRegistration": true | |
}, | |
"workspaceFolders": true, | |
"configuration": true | |
}, | |
"textDocument": { | |
"declaration": { | |
"linkSupport": true | |
}, | |
"definition": { | |
"linkSupport": true | |
}, | |
"implementation": { | |
"linkSupport": true | |
}, | |
"typeDefinition": { | |
"linkSupport": true | |
}, | |
"synchronization": { | |
"willSave": true, | |
"didSave": true, | |
"willSaveWaitUntil": true | |
}, | |
"documentSymbol": { | |
"symbolKind": { | |
"valueSet": [ | |
1, | |
2, | |
3, | |
4, | |
5, | |
6, | |
7, | |
8, | |
9, | |
10, | |
11, | |
12, | |
13, | |
14, | |
15, | |
16, | |
17, | |
18, | |
19, | |
20, | |
21, | |
22, | |
23, | |
24, | |
25, | |
26 | |
] | |
}, | |
"hierarchicalDocumentSymbolSupport": true | |
}, | |
"formatting": { | |
"dynamicRegistration": true | |
}, | |
"rangeFormatting": { | |
"dynamicRegistration": true | |
}, | |
"rename": { | |
"dynamicRegistration": true, | |
"prepareSupport": true | |
}, | |
"semanticHighlightingCapabilities": { | |
"semanticHighlighting": false | |
}, | |
"codeAction": { | |
"dynamicRegistration": true, | |
"isPreferredSupport": true, | |
"codeActionLiteralSupport": { | |
"codeActionKind": { | |
"valueSet": [ | |
"", | |
"quickfix", | |
"refactor", | |
"refactor.extract", | |
"refactor.inline", | |
"refactor.rewrite", | |
"source", | |
"source.organizeImports" | |
] | |
} | |
} | |
}, | |
"completion": { | |
"completionItem": { | |
"snippetSupport": true, | |
"documentationFormat": [ | |
"markdown" | |
] | |
}, | |
"contextSupport": true | |
}, | |
"signatureHelp": { | |
"signatureInformation": { | |
"parameterInformation": { | |
"labelOffsetSupport": true | |
} | |
} | |
}, | |
"documentLink": { | |
"dynamicRegistration": true, | |
"tooltipSupport": true | |
}, | |
"hover": { | |
"contentFormat": [ | |
"markdown", | |
"plaintext" | |
] | |
}, | |
"foldingRange": { | |
"dynamicRegistration": true | |
}, | |
"callHierarchy": { | |
"dynamicRegistration": false | |
}, | |
"publishDiagnostics": { | |
"relatedInformation": true, | |
"tagSupport": { | |
"valueSet": [ | |
1, | |
2 | |
] | |
}, | |
"versionSupport": true | |
} | |
}, | |
"window": { | |
"workDoneProgress": true | |
} | |
}, | |
"initializationOptions": null, | |
"workDoneToken": "1" | |
} | |
[Trace - 02:01:36 ] Received response 'initialize - (1)' in 151ms. | |
Result: null | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment