We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5d370 commit 3db02daCopy full SHA for 3db02da
tests/specs/lsp_spec.lua
@@ -1,13 +1,8 @@
1
local lsp_utils = dofile('tests/utils/lsp-utils.lua')
2
-local system = require('java-core.utils.system')
3
local assert = require('luassert')
4
5
describe('LSP Attach', function()
6
it('should attach when opening a Java buffer', function()
7
- if system.get_os() == 'mac' then
8
- vim.print(vim.fn.readfile('/Users/runner/.local/state/nvim/lsp.log'))
9
- end
10
-
11
vim.cmd.edit('HelloWorld.java')
12
13
local jdtls = lsp_utils.wait_for_lsp_attach('jdtls', 30000)
0 commit comments