Skip to content

Commit

Permalink
minor styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-shaik committed Nov 8, 2024
1 parent 6a56502 commit a6b0a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/jc/vimspector.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ end

function M.debug_attach()
lsp.executeCommand({ command = "vscode.java.startDebugSession" }, function(response)
if type(response) == 'number' then
if type(response) == "number" then
vim.fn["vimspector#LaunchWithConfigurations"]({
attach = {
adapter = {
Expand Down

0 comments on commit a6b0a58

Please sign in to comment.