Created
April 26, 2023 01:36
-
-
Save thomasjm/38d342e4779a6e9c137799fc0cdc12b5 to your computer and use it in GitHub Desktop.
This file contains 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
2023-04-26 01:31:20.5428 UTC [Debug] () --> { | |
"id": 1, | |
"jsonrpc": "2.0", | |
"method": "initialize", | |
"params": { | |
"capabilities": { | |
"general": { | |
"markdown": { | |
"parser": "" | |
}, | |
"regularExpressions": { | |
"engine": "" | |
}, | |
"staleRequestSupport": { | |
"cancel": true, | |
"retryOnContentModified": [] | |
} | |
}, | |
"textDocument": { | |
"callHierarchy": { | |
"dynamicRegistration": true | |
}, | |
"codeAction": { | |
"codeActionLiteralSupport": { | |
"codeActionKind": { | |
"valueSet": [ | |
"quickfix", | |
"refactor", | |
"refactor.extract", | |
"refactor.inline", | |
"refactor.rewrite", | |
"source", | |
"source.organizeImports" | |
] | |
} | |
}, | |
"dataSupport": true, | |
"disabledSupport": true, | |
"dynamicRegistration": true, | |
"honorsChangeAnnotations": true, | |
"isPreferredSupport": true, | |
"resolveSupport": { | |
"properties": [] | |
} | |
}, | |
"codeLens": { | |
"dynamicRegistration": true | |
}, | |
"colorProvider": { | |
"dynamicRegistration": true | |
}, | |
"completion": { | |
"completionItem": { | |
"commitCharactersSupport": true, | |
"deprecatedSupport": true, | |
"documentationFormat": [ | |
"plaintext", | |
"markdown" | |
], | |
"insertReplaceSupport": true, | |
"insertTextModeSupport": { | |
"valueSet": [] | |
}, | |
"preselectSupport": true, | |
"resolveSupport": { | |
"properties": [ | |
"documentation", | |
"details" | |
] | |
}, | |
"snippetSupport": true, | |
"tagSupport": { | |
"valueSet": [ | |
1 | |
] | |
} | |
}, | |
"completionItemKind": { | |
"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 | |
] | |
}, | |
"contextSupport": true, | |
"dynamicRegistration": true | |
}, | |
"declaration": { | |
"dynamicRegistration": true, | |
"linkSupport": true | |
}, | |
"definition": { | |
"dynamicRegistration": true, | |
"linkSupport": true | |
}, | |
"documentHighlight": { | |
"dynamicRegistration": true | |
}, | |
"documentLink": { | |
"dynamicRegistration": true, | |
"tooltipSupport": true | |
}, | |
"documentSymbol": { | |
"dynamicRegistration": true, | |
"hierarchicalDocumentSymbolSupport": true, | |
"labelSupport": true, | |
"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 | |
] | |
}, | |
"tagSupport": { | |
"valueSet": [ | |
1 | |
] | |
} | |
}, | |
"foldingRange": { | |
"dynamicRegistration": true, | |
"lineFoldingOnly": false | |
}, | |
"formatting": { | |
"dynamicRegistration": true | |
}, | |
"hover": { | |
"contentFormat": [ | |
"plaintext", | |
"markdown" | |
], | |
"dynamicRegistration": true | |
}, | |
"implementation": { | |
"dynamicRegistration": true, | |
"linkSupport": true | |
}, | |
"onTypeFormatting": { | |
"dynamicRegistration": true | |
}, | |
"publishDiagnostics": { | |
"relatedInformation": true, | |
"tagSupport": { | |
"valueSet": [ | |
1, | |
2 | |
] | |
}, | |
"versionSupport": true | |
}, | |
"rangeFormatting": { | |
"dynamicRegistration": true | |
}, | |
"references": { | |
"dynamicRegistration": true | |
}, | |
"rename": { | |
"dynamicRegistration": true, | |
"onorsChangeAnnotations": true, | |
"prepareSupport": true, | |
"repareSupportDefaultBehavior": 1 | |
}, | |
"selectionRange": { | |
"dynamicRegistration": true | |
}, | |
"semanticTokens": { | |
"dynamicRegistration": true, | |
"formats": [ | |
"relative" | |
], | |
"multilineTokenSupport": true, | |
"overlappingTokenSupport": true, | |
"requests": { | |
"full": { | |
"delta": true | |
}, | |
"range": true | |
}, | |
"tokenModifiers": [ | |
"declaration", | |
"definition", | |
"readonly", | |
"static", | |
"deprecated", | |
"abstract", | |
"async", | |
"modification", | |
"documentation", | |
"defaultLibrary" | |
], | |
"tokenTypes": [ | |
"namespace", | |
"type", | |
"class", | |
"enum", | |
"interface", | |
"struct", | |
"typeParameter", | |
"parameter", | |
"variable", | |
"property", | |
"enumMember", | |
"event", | |
"function", | |
"method", | |
"macro", | |
"keyword", | |
"modifier", | |
"comment", | |
"string", | |
"number", | |
"regexp", | |
"operator" | |
] | |
}, | |
"signatureHelp": { | |
"dynamicRegistration": true, | |
"signatureInformation": { | |
"activeParameterSuport": true, | |
"documentationFormat": [ | |
"plaintext", | |
"markdown" | |
], | |
"parameterInformation": { | |
"labelOffsetSupport": true | |
} | |
} | |
}, | |
"synchronization": { | |
"didSave": true, | |
"dynamicRegistration": true, | |
"willSave": true, | |
"willSaveWaitUntil": true | |
}, | |
"typeDefinition": { | |
"dynamicRegistration": true, | |
"linkSupport": true | |
} | |
}, | |
"window": { | |
"showDocument": { | |
"support": true | |
}, | |
"showMessage": {}, | |
"workDoneProgress": true | |
}, | |
"workspace": { | |
"applyEdit": true, | |
"didChangeConfiguration": { | |
"dynamicRegistration": false | |
}, | |
"didChangeWatchedFiles": { | |
"dynamicRegistration": false | |
}, | |
"executeCommand": { | |
"dynamicRegistration": true | |
}, | |
"semanticTokens": { | |
"refreshSupport": true | |
}, | |
"symbol": { | |
"dynamicRegistration": true, | |
"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 | |
] | |
}, | |
"tagSupport": { | |
"valueSet": [ | |
1 | |
] | |
} | |
}, | |
"workspaceEdit": { | |
"changeAnnotationSupport": { | |
"roupsOnLabel": true | |
}, | |
"documentChanges": true, | |
"normalizesLineEndings": true, | |
"resourceOperations": [ | |
"create", | |
"delete", | |
"rename" | |
] | |
} | |
} | |
}, | |
"clientInfo": { | |
"name": "lsp-test", | |
"version": "0.14.1.0" | |
}, | |
"initializationOptions": { | |
"julia.format.calls": true, | |
"julia.format.comments": true, | |
"julia.format.curly": true, | |
"julia.format.docs": true, | |
"julia.format.indent": true, | |
"julia.format.indents": true, | |
"julia.format.iterOps": true, | |
"julia.format.kw": true, | |
"julia.format.ops": true, | |
"julia.format.tuples": true, | |
"julia.lint.call": true, | |
"julia.lint.constif": true, | |
"julia.lint.datadecl": true, | |
"julia.lint.iter": true, | |
"julia.lint.lazyif": true, | |
"julia.lint.missingrefs": true, | |
"julia.lint.modname": true, | |
"julia.lint.nothingcomp": true, | |
"julia.lint.pirates": true, | |
"julia.lint.run": true, | |
"julia.lint.typeparam": true, | |
"julia.lint.useoffuncargs": true | |
}, | |
"processId": 65923, | |
"rootPath": "/home/tom/tools/codedown-languages/tests/test_runs/2023-04-26T01_30_52.735009831Z/results/0_command line options/Tests/Julia (julia18)/Julia (julia18) Nix environment/Jupyter runner/LSP/LanguageServer, test.jl with \"using JSON3\\nprintlnzzzz(\\\"HI\\\")\" (diagnostics)/LanguageServer-b7d3cc67456fe1fc", | |
"rootUri": "file:///home/tom/tools/codedown-languages/tests/test_runs/2023-04-26T01_30_52.735009831Z/results/0_command%20line%20options/Tests/Julia%20%28julia18%29/Julia%20%28julia18%29%20Nix%20environment/Jupyter%20runner/LSP/LanguageServer%2C%20test.jl%20with%20%22using%20JSON3%5Cnprintlnzzzz%28%5C%22HI%5C%22%29%22%20%28diagnostics%29/LanguageServer-b7d3cc67456fe1fc", | |
"trace": "verbose", | |
"workspaceFolders": null | |
} | |
} | |
2023-04-26 01:31:20.8360 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/Preferences/pWSk8_i7wKQ.ji for Preferences [21216c6a-2e73-6563-6e65-726566657250] | |
2023-04-26 01:31:20.8361 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:20.8546 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/SnoopPrecompile/TcfDT_i7wKQ.ji for SnoopPrecompile [66db9d55-30c0-4569-8b51-7e840670fc0c] | |
2023-04-26 01:31:20.8547 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:20.8549 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/Parsers/833b9_i7wKQ.ji for Parsers [69de0a69-1ddd-5017-9359-2bf0b02dc9f0] | |
2023-04-26 01:31:20.8550 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:20.9133 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/JSON/uf6oy_i7wKQ.ji for JSON [682c06a0-de6a-54ab-a142-c8b1cf79cde6] | |
2023-04-26 01:31:20.9134 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:20.9277 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/Tokenize/7Oi97_i7wKQ.ji for Tokenize [0796e94c-ce3b-5d07-9a54-7f471281c624] | |
2023-04-26 01:31:20.9277 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:20.9629 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/CSTParser/R4aS6_i7wKQ.ji for CSTParser [00ebfdb7-1f24-5e51-bd34-a7502290713f] | |
2023-04-26 01:31:20.9630 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:21.0296 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/Compat/GSFWK_i7wKQ.ji for Compat [34da2185-b29b-5c13-b0c7-acf172513d20] | |
2023-04-26 01:31:21.0296 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:21.0303 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/OrderedCollections/LtT3J_i7wKQ.ji for OrderedCollections [bac558e1-5e72-5ebc-8fee-abe8a469f55d] | |
2023-04-26 01:31:21.0304 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:21.0365 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/DataStructures/xKiwJ_i7wKQ.ji for DataStructures [864edb3b-99cc-5e75-8d2d-829cb0a9cfe8] | |
2023-04-26 01:31:21.0365 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:21.0938 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/Glob/3FzEV_i7wKQ.ji for Glob [c27321d9-0574-5035-807b-f59d2c89b15c] | |
2023-04-26 01:31:21.0939 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:21.0947 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/URIs/eec2u_i7wKQ.ji for URIs [5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4] | |
2023-04-26 01:31:21.0947 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:21.1115 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/Crayons/TXPcU_i7wKQ.ji for Crayons [a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f] | |
2023-04-26 01:31:21.1115 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:21.1956 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/CommonMark/LZtHZ_i7wKQ.ji for CommonMark [a80b9123-70ca-4bc0-993e-6e3bcb318db6] | |
2023-04-26 01:31:21.1957 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:21.6903 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/JuliaFormatter/OWZnm_i7wKQ.ji for JuliaFormatter [98e50ef6-434e-11e9-1051-2b60c6c9e899] | |
2023-04-26 01:31:21.6904 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:21.9143 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/SymbolServer/355ac_i7wKQ.ji for SymbolServer [cf896787-08d5-524d-9de7-132aaa0cb996] | |
2023-04-26 01:31:21.9144 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:22.2948 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/StaticLint/FgruE_i7wKQ.ji for StaticLint [b3cc710f-9c33-5bdb-a03d-a94903873e97] | |
2023-04-26 01:31:22.2949 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:22.3001 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/JSONRPC/Gwkvk_i7wKQ.ji for JSONRPC [b9b8584e-8fd3-41f9-ad0c-7255d428e418] | |
2023-04-26 01:31:22.3001 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:22.3016 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/TestItemDetection/gEFYI_i7wKQ.ji for TestItemDetection [76b0de8b-5c4b-48ef-a724-914b33ca988d] | |
2023-04-26 01:31:22.3017 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:22.3018 UTC [Debug] () â Debug: Loading cache file /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/compiled/v1.8/LanguageServer/ite7n_i7wKQ.ji for LanguageServer [2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7] | |
2023-04-26 01:31:22.3018 UTC [Debug] () â @ Base loading.jl:806 | |
2023-04-26 01:31:22.3245 UTC [Debug] () CREATING LanguageServerInstance | |
2023-04-26 01:31:22.9427 UTC [Debug] () â Debug: SymbolServer.SymbolServerInstance: SymbolServer.SymbolServerInstance(nothing, "/nix/store/3znjqfd3wv8xga2p63811bfk1y24gx8m-julia-depot/depot", Set{Base.Process}(), "/nix/store/qipdqfwird18ndak8yzk05nl873rpbmv-julia-combined-store", "https://www.julia-vscode.org/symbolcache") | |
2023-04-26 01:31:22.9428 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:73 | |
2023-04-26 01:31:23.5691 UTC [Debug] () â Debug: stdlibs_copy: 0.626184473 | |
2023-04-26 01:31:23.5691 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:77 | |
2023-04-26 01:31:23.5702 UTC [Debug] () â Debug: extended_methods: 0.001087192 | |
2023-04-26 01:31:23.5703 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:81 | |
2023-04-26 01:31:23.5703 UTC [Debug] () â Debug: stdlibs_keys: 3.28e-7 | |
2023-04-26 01:31:23.5703 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:85 | |
2023-04-26 01:31:23.5703 UTC [Debug] () â Debug: StaticLint.ExternalEnv call: 3.2e-8 | |
2023-04-26 01:31:23.5703 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:89 | |
2023-04-26 01:31:23.5703 UTC [Debug] () â Debug: StaticLint.ExternalEnv total: 0.627510692 | |
2023-04-26 01:31:23.5703 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:92 | |
2023-04-26 01:31:23.5703 UTC [Debug] () â Debug: LanguageServerInstance constructor time: 6.946e-6 | |
2023-04-26 01:31:23.5704 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:134 | |
2023-04-26 01:31:23.5751 UTC [Debug] () CALLING RUN ON SERVER | |
2023-04-26 01:31:32.1871 UTC [Debug] () â Debug: Beginning of Base.run | |
2023-04-26 01:31:32.1872 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:314 | |
2023-04-26 01:31:32.1965 UTC [Debug] () â Debug: Connected at 1682472692 | |
2023-04-26 01:31:32.1965 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:318 | |
2023-04-26 01:31:32.3479 UTC [Debug] () â Debug: Symbol Server started at 1682472692 | |
2023-04-26 01:31:32.3480 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:368 | |
2023-04-26 01:31:33.9900 UTC [Debug] () â Debug: LS: Starting client listener task. | |
2023-04-26 01:31:33.9901 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:323 | |
2023-04-26 01:31:34.0118 UTC [Debug] () â Debug: LS: Starting symbol server listener task. | |
2023-04-26 01:31:34.0119 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:346 | |
2023-04-26 01:31:34.0119 UTC [Debug] () â Debug: starting main loop | |
2023-04-26 01:31:34.0119 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:415 | |
2023-04-26 01:31:34.2978 UTC [Debug] () â Debug: Starting event listener loop at 1682472694 | |
2023-04-26 01:31:34.2978 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/languageserverinstance.jl:416 | |
2023-04-26 01:31:35.3789 UTC [Debug] () â Debug: Handling initialize request | |
2023-04-26 01:31:35.3790 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/requests/init.jl:143 | |
2023-04-26 01:31:35.3861 UTC [Debug] () â Debug: Returning initialize result | |
2023-04-26 01:31:35.3862 UTC [Debug] () â @ LanguageServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/LanguageServer/xwfPD/src/requests/init.jl:183 | |
2023-04-26 01:31:37.1657 UTC [Debug] () â Warning: IJulia not stored on disc | |
2023-04-26 01:31:37.1658 UTC [Debug] () â @ SymbolServer /nix/store/bazgyidm0fsp5vjqk6ad760hnb2x1rjk-julia-depot/depot/packages/SymbolServer/LMSFX/src/SymbolServer.jl:247 | |
2023-04-26 01:31:37.2063 UTC [Debug] () <-- { | |
"id": 1, | |
"jsonrpc": "2.0", | |
"result": { | |
"capabilities": { | |
"codeActionProvider": true, | |
"colorProvider": false, | |
"completionProvider": { | |
"resolveProvider": false, | |
"triggerCharacters": [ | |
".", | |
"@", | |
"\"", | |
"^" | |
] | |
}, | |
"declarationProvider": false, | |
"definitionProvider": true, | |
"documentFormattingProvider": true, | |
"documentHighlightProvider": true, | |
"documentLinkProvider": { | |
"resolveProvider": false | |
}, | |
"documentRangeFormattingProvider": true, | |
"documentSymbolProvider": true, | |
"executeCommandProvider": { | |
"commands": [ | |
"UpdateDocstringSignature", | |
"CompareNothingWithTripleEqual", | |
"AddDocstringTemplate", | |
"FixMissingRef", | |
"ReexportModule", | |
"ReplaceUnusedAssignmentName", | |
"ExpandFunction", | |
"RewriteAsRawString", | |
"ExplicitPackageVarImport", | |
"DeleteUnusedFunctionArgumentName", | |
"OrganizeImports", | |
"AddLicenseIdentifier", | |
"RewriteAsRegularString" | |
] | |
}, | |
"foldingRangeProvider": false, | |
"hoverProvider": true, | |
"implementationProvider": false, | |
"referencesProvider": true, | |
"renameProvider": { | |
"prepareProvider": true | |
}, | |
"selectionRangeProvider": true, | |
"signatureHelpProvider": { | |
"triggerCharacters": [ | |
"(", | |
"," | |
] | |
}, | |
"textDocumentSync": { | |
"change": 2, | |
"openClose": true, | |
"save": { | |
"includeText": true | |
}, | |
"willSave": false, | |
"willSaveWaitUntil": false | |
}, | |
"typeDefinitionProvider": false, | |
"workspace": { | |
"workspaceFolders": { | |
"changeNotifications": true, | |
"supported": true | |
} | |
}, | |
"workspaceSymbolProvider": true | |
} | |
} | |
} | |
2023-04-26 01:31:37.2065 UTC [Debug] () --> { | |
"jsonrpc": "2.0", | |
"method": "initialized", | |
"params": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment