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
/root/anaconda3/envs/ms_dev/lib/python3.9/site-packages/numpy/core/getlimits.py:549: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero. | |
setattr(self, word, getattr(machar, word).flat[0]) | |
/root/anaconda3/envs/ms_dev/lib/python3.9/site-packages/numpy/core/getlimits.py:549: UserWarning: The value of the smallest subnormal for <class 'numpy.float32'> type is zero. | |
setattr(self, word, getattr(machar, word).flat[0]) | |
/root/anaconda3/envs/ms_dev/lib/python3.9/site-packages/jieba/_compat.py:18: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html | |
import pkg_resources | |
[WARNING] Distributed Communication has not been inited. Use default RANK_SIZE: 1 | |
[WARNING] Distributed Communication has not been inited. Use default RANK_SIZE: 1 | |
[WARNING] Distributed Communication has not been inited. Use default RANK_ID: 0 | |
[WARNING] Distributed Communication has not been inited. Use default RANK_ID: 0 |
This file has been truncated, but you can view the full file.
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 [neovide] Neovide version: 0.8.0 | |
DEBUG [neovide::bridge::command] Running which command: "/usr/local/bin/bash" "-lc" "which nvim" | |
DEBUG [neovide::settings::window_geometry] Loaded window settings: Maximized | |
DEBUG [neovide::renderer::fonts::caching_shaper] Original font_size: 14.00px | |
TRACE [neovide::renderer::fonts::font_loader] Loading font FontKey { bold: false, italic: false, family_name: None } | |
DEBUG [neovide::renderer::fonts::caching_shaper] Original font_width: 8.62px | |
DEBUG [neovide::renderer::fonts::caching_shaper] Font width: 8.62px (avg: 8.68px) | |
DEBUG [neovide::renderer::fonts::caching_shaper] Fudge factor: 1.04 | |
DEBUG [neovide::renderer::fonts::caching_shaper] Fudged font size: 14.63px | |
DEBUG [neovide::renderer::fonts::caching_shaper] Fudged font width: 9.00px |
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
local M = {} | |
function M.setup() | |
local on_attach = function(client, bufnr) | |
require'jdtls.setup'.add_commands() | |
require'jdtls'.setup_dap() | |
require'lsp-status'.register_progress() | |
-- require'lspkind'.init() | |
-- require'lspsaga'.init_lsp_saga() |
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
[INFO][2022-06-24 11:00:51] .../vim/lsp/rpc.lua:261 "Starting RPC client" { args = { "-configuration", "/Users/qianwch/.cache/jdtls/config", "-data", "/Users/qianwch/.cache/jdtls/workspace" }, cmd = "jdtls", extra = { cwd = "/Users/qianwch/Downloads/demo-3" }} | |
[TRACE][2022-06-24 11:00:51] .../lua/vim/lsp.lua:953 "LSP[jdtls]" "initialize_params" { capabilities = { callHierarchy = { dynamicRegistration = false }, textDocument = { codeAction = { codeActionLiteralSupport = { codeActionKind = { valueSet = { "", "Empty", "QuickFix", "Refactor", "RefactorExtract", "RefactorInline", "RefactorRewrite", "Source", "SourceOrganizeImports", "quickfix", "refactor", "refactor.extract", "refactor.inline", "refactor.rewrite", "source", "source.organizeImports" } } }, dataSupport = true, dynamicRegistration = false, resolveSupport = { properties = { "edit" } } }, completion = { completionItem = { |