-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不清楚哪里配置的不对 麻烦帮看看 #10
Comments
-- 依赖了 nvim-jdtls 和 vscode-spring-boot 一般使用这个就可以了
require("spring_boot").setup() |
意思是不需要 bundles 然后把ft java去掉是吗 |
ation\n警告: Unmatched cancel notification for request id 49\n" |
bundles 需要 require('spring_boot').setup({})
-- 添加 spring-boot jdtls 扩展 jar 包
vim.list_extend(jdtls_config.bundles, require("spring_boot").java_extensions()) 启动时查看是否有加载插件 |
vscode-spring-boot 更新了 1.57 版本打包方式修改了,1.56 正常,我晚一点更新一下 |
修复了 581762a |
vscode的插件也通过 vscode安装了
The text was updated successfully, but these errors were encountered: