Advertisement
matheusdacach

Initial part

Jun 11th, 2020
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Trace - 3:24:05 PM] Sending request 'initialize - (0)'.
  2. Params: {
  3.     "processId": 2073070,
  4.     "rootPath": "/home/matheus/dev/java/algorithms",
  5.     "rootUri": "file:///home/matheus/dev/java/algorithms",
  6.     "capabilities": {
  7.         "workspace": {
  8.             "applyEdit": true,
  9.             "workspaceEdit": {
  10.                 "documentChanges": true,
  11.                 "resourceOperations": [
  12.                     "create",
  13.                     "rename",
  14.                     "delete"
  15.                 ],
  16.                 "failureHandling": "textOnlyTransactional"
  17.             },
  18.             "didChangeConfiguration": {
  19.                 "dynamicRegistration": true
  20.             },
  21.             "didChangeWatchedFiles": {
  22.                 "dynamicRegistration": true
  23.             },
  24.             "symbol": {
  25.                 "dynamicRegistration": true,
  26.                 "symbolKind": {
  27.                     "valueSet": [
  28.                         1,
  29.                         2,
  30.                         3,
  31.                         4,
  32.                         5,
  33.                         6,
  34.                         7,
  35.                         8,
  36.                         9,
  37.                         10,
  38.                         11,
  39.                         12,
  40.                         13,
  41.                         14,
  42.                         15,
  43.                         16,
  44.                         17,
  45.                         18,
  46.                         19,
  47.                         20,
  48.                         21,
  49.                         22,
  50.                         23,
  51.                         24,
  52.                         25,
  53.                         26
  54.                     ]
  55.                 }
  56.             },
  57.             "executeCommand": {
  58.                 "dynamicRegistration": true
  59.             },
  60.             "configuration": true,
  61.             "workspaceFolders": true
  62.         },
  63.         "textDocument": {
  64.             "publishDiagnostics": {
  65.                 "relatedInformation": true,
  66.                 "versionSupport": false
  67.             },
  68.             "synchronization": {
  69.                 "dynamicRegistration": true,
  70.                 "willSave": true,
  71.                 "willSaveWaitUntil": true,
  72.                 "didSave": true
  73.             },
  74.             "completion": {
  75.                 "dynamicRegistration": true,
  76.                 "contextSupport": true,
  77.                 "completionItem": {
  78.                     "snippetSupport": true,
  79.                     "commitCharactersSupport": true,
  80.                     "documentationFormat": [
  81.                         "markdown",
  82.                         "plaintext"
  83.                     ],
  84.                     "deprecatedSupport": true,
  85.                     "preselectSupport": true
  86.                 },
  87.                 "completionItemKind": {
  88.                     "valueSet": [
  89.                         1,
  90.                         2,
  91.                         3,
  92.                         4,
  93.                         5,
  94.                         6,
  95.                         7,
  96.                         8,
  97.                         9,
  98.                         10,
  99.                         11,
  100.                         12,
  101.                         13,
  102.                         14,
  103.                         15,
  104.                         16,
  105.                         17,
  106.                         18,
  107.                         19,
  108.                         20,
  109.                         21,
  110.                         22,
  111.                         23,
  112.                         24,
  113.                         25
  114.                     ]
  115.                 }
  116.             },
  117.             "hover": {
  118.                 "dynamicRegistration": true,
  119.                 "contentFormat": [
  120.                     "markdown",
  121.                     "plaintext"
  122.                 ]
  123.             },
  124.             "signatureHelp": {
  125.                 "dynamicRegistration": true,
  126.                 "signatureInformation": {
  127.                     "documentationFormat": [
  128.                         "markdown",
  129.                         "plaintext"
  130.                     ],
  131.                     "parameterInformation": {
  132.                         "labelOffsetSupport": true
  133.                     }
  134.                 }
  135.             },
  136.             "definition": {
  137.                 "dynamicRegistration": true
  138.             },
  139.             "references": {
  140.                 "dynamicRegistration": true
  141.             },
  142.             "documentHighlight": {
  143.                 "dynamicRegistration": true
  144.             },
  145.             "documentSymbol": {
  146.                 "dynamicRegistration": true,
  147.                 "symbolKind": {
  148.                     "valueSet": [
  149.                         1,
  150.                         2,
  151.                         3,
  152.                         4,
  153.                         5,
  154.                         6,
  155.                         7,
  156.                         8,
  157.                         9,
  158.                         10,
  159.                         11,
  160.                         12,
  161.                         13,
  162.                         14,
  163.                         15,
  164.                         16,
  165.                         17,
  166.                         18,
  167.                         19,
  168.                         20,
  169.                         21,
  170.                         22,
  171.                         23,
  172.                         24,
  173.                         25,
  174.                         26
  175.                     ]
  176.                 },
  177.                 "hierarchicalDocumentSymbolSupport": true
  178.             },
  179.             "codeAction": {
  180.                 "dynamicRegistration": true,
  181.                 "isPreferredSupport": true,
  182.                 "codeActionLiteralSupport": {
  183.                     "codeActionKind": {
  184.                         "valueSet": [
  185.                             "",
  186.                             "quickfix",
  187.                             "refactor",
  188.                             "refactor.extract",
  189.                             "refactor.inline",
  190.                             "refactor.rewrite",
  191.                             "source",
  192.                             "source.organizeImports"
  193.                         ]
  194.                     }
  195.                 }
  196.             },
  197.             "codeLens": {
  198.                 "dynamicRegistration": true
  199.             },
  200.             "formatting": {
  201.                 "dynamicRegistration": true
  202.             },
  203.             "rangeFormatting": {
  204.                 "dynamicRegistration": true
  205.             },
  206.             "onTypeFormatting": {
  207.                 "dynamicRegistration": true
  208.             },
  209.             "rename": {
  210.                 "dynamicRegistration": true,
  211.                 "prepareSupport": true
  212.             },
  213.             "documentLink": {
  214.                 "dynamicRegistration": true,
  215.                 "tooltipSupport": true
  216.             },
  217.             "typeDefinition": {
  218.                 "dynamicRegistration": true
  219.             },
  220.             "implementation": {
  221.                 "dynamicRegistration": true
  222.             },
  223.             "declaration": {
  224.                 "dynamicRegistration": true
  225.             },
  226.             "colorProvider": {
  227.                 "dynamicRegistration": true
  228.             },
  229.             "foldingRange": {
  230.                 "dynamicRegistration": true,
  231.                 "rangeLimit": 5000,
  232.                 "lineFoldingOnly": true
  233.             },
  234.             "selectionRange": {
  235.                 "dynamicRegistration": true
  236.             }
  237.         },
  238.         "window": {
  239.             "workDoneProgress": true
  240.         }
  241.     },
  242.     "initializationOptions": {
  243.         "bundles": [],
  244.         "workspaceFolders": [
  245.             "file:///home/matheus/dev/java/algorithms"
  246.         ],
  247.         "settings": {
  248.             "java": {
  249.                 "enabled": true,
  250.                 "jdt": {
  251.                     "ls": {
  252.                         "vmargs": "-cp /home/matheus/algs4/algs4.jar:."
  253.                     }
  254.                 },
  255.                 "errors": {
  256.                     "incompleteClasspath": {
  257.                         "severity": "warning"
  258.                     }
  259.                 },
  260.                 "configuration": {
  261.                     "checkProjectSettingsExclusions": true,
  262.                     "updateBuildConfiguration": "automatic"
  263.                 },
  264.                 "trace": {
  265.                     "server": "verbose"
  266.                 },
  267.                 "import": {
  268.                     "gradle": {
  269.                         "enabled": true,
  270.                         "wrapper": {
  271.                             "enabled": true
  272.                         }
  273.                     },
  274.                     "maven": {
  275.                         "enabled": true
  276.                     },
  277.                     "exclusions": [
  278.                         "**/node_modules/**",
  279.                         "**/.metadata/**",
  280.                         "**/archetype-resources/**",
  281.                         "**/META-INF/maven/**"
  282.                     ]
  283.                 },
  284.                 "referencesCodeLens": {
  285.                     "enabled": false
  286.                 },
  287.                 "signatureHelp": {
  288.                     "enabled": false
  289.                 },
  290.                 "implementationsCodeLens": {
  291.                     "enabled": false
  292.                 },
  293.                 "format": {
  294.                     "enabled": true,
  295.                     "comments": {
  296.                         "enabled": true
  297.                     },
  298.                     "onType": {
  299.                         "enabled": true,
  300.                         "fixComment": {
  301.                             "enabled": true
  302.                         }
  303.                     }
  304.                 },
  305.                 "project": {
  306.                     "referencedLibraries": [
  307.                         "lib/**/*.jar"
  308.                     ]
  309.                 },
  310.                 "autobuild": {
  311.                     "enabled": true
  312.                 },
  313.                 "maxConcurrentBuilds": 1,
  314.                 "completion": {
  315.                     "enabled": true,
  316.                     "overwrite": true,
  317.                     "guessMethodArguments": false,
  318.                     "favoriteStaticMembers": [
  319.                         "org.junit.Assert.*",
  320.                         "org.junit.Assume.*",
  321.                         "org.junit.jupiter.api.Assertions.*",
  322.                         "org.junit.jupiter.api.Assumptions.*",
  323.                         "org.junit.jupiter.api.DynamicContainer.*",
  324.                         "org.junit.jupiter.api.DynamicTest.*",
  325.                         "org.mockito.Mockito.*",
  326.                         "org.mockito.ArgumentMatchers.*",
  327.                         "org.mockito.Answers.*"
  328.                     ],
  329.                     "importOrder": [
  330.                         "java",
  331.                         "javax",
  332.                         "com",
  333.                         "org"
  334.                     ]
  335.                 },
  336.                 "progressReports": {
  337.                     "enabled": true
  338.                 },
  339.                 "foldingRange": {
  340.                     "enabled": true
  341.                 },
  342.                 "maven": {
  343.                     "downloadSources": false
  344.                 },
  345.                 "codeGeneration": {
  346.                     "hashCodeEquals": {
  347.                         "useJava7Objects": false,
  348.                         "useInstanceof": false
  349.                     },
  350.                     "useBlocks": false,
  351.                     "generateComments": false,
  352.                     "toString": {
  353.                         "template": "${object.className} [${member.name()}=${member.value}, ${otherMembers}]",
  354.                         "codeStyle": "STRING_CONCATENATION",
  355.                         "skipNullValues": false,
  356.                         "listArrayContents": true,
  357.                         "limitElements": 0
  358.                     }
  359.                 }
  360.             }
  361.         },
  362.         "extendedClientCapabilities": {
  363.             "progressReportProvider": true,
  364.             "classFileContentsSupport": true,
  365.             "overrideMethodsPromptSupport": true,
  366.             "hashCodeEqualsPromptSupport": true,
  367.             "advancedOrganizeImportsSupport": true,
  368.             "generateToStringPromptSupport": true,
  369.             "advancedGenerateAccessorsSupport": true,
  370.             "generateConstructorsPromptSupport": true,
  371.             "generateDelegateMethodsPromptSupport": true
  372.         },
  373.         "triggerFiles": [
  374.             "file:///home/matheus/dev/java/algorithms/Percolation.java"
  375.         ]
  376.     },
  377.     "trace": "verbose",
  378.     "workspaceFolders": [
  379.         {
  380.             "uri": "file:///home/matheus/dev/java/algorithms",
  381.             "name": "algorithms"
  382.         }
  383.     ],
  384.     "clientInfo": {
  385.         "name": "coc.nvim",
  386.         "version": "0.0.78"
  387.     }
  388. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement