Skip to content

Commit 7d6e82c

Browse files
committed
Fix free variable
1 parent 7caf0c8 commit 7d6e82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dap-python.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ https://github.com/pyenv/pyenv-which-ext."
9494
:character end-character))))
9595
(make-dap-python--symbol
9696
:name name
97-
:type (alist-get kind lsp--symbol-kind)
97+
:type (alist-get kind lsp-symbol-kinds)
9898
:location (make-dap-python--location
9999
:start (make-dap-python--point :line start-line
100100
:character start-character)

0 commit comments

Comments
 (0)