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 7caf0c8 commit 7d6e82cCopy full SHA for 7d6e82c
dap-python.el
@@ -94,7 +94,7 @@ https://github.com/pyenv/pyenv-which-ext."
94
:character end-character))))
95
(make-dap-python--symbol
96
:name name
97
- :type (alist-get kind lsp--symbol-kind)
+ :type (alist-get kind lsp-symbol-kinds)
98
:location (make-dap-python--location
99
:start (make-dap-python--point :line start-line
100
:character start-character)
0 commit comments