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 a414b18 commit 71c2e5aCopy full SHA for 71c2e5a
Eask
@@ -1,5 +1,5 @@
1
(package "dap-mode"
2
- "0.7"
+ "0.8"
3
"Debug Adapter Protocol mode")
4
5
(website-url "https://github.com/emacs-lsp/dap-mode")
dap-mode.el
@@ -19,7 +19,7 @@
19
;; Keywords: languages, debug
20
;; URL: https://github.com/emacs-lsp/dap-mode
21
;; Package-Requires: ((emacs "27.1") (dash "2.18.0") (lsp-mode "6.0") (bui "1.1.0") (f "0.20.0") (s "1.12.0") (lsp-treemacs "0.1") (posframe "0.7.0") (ht "2.3") (lsp-docker "1.0.0"))
22
-;; Version: 0.7
+;; Version: 0.8
23
24
;;; Commentary:
25
;; Debug Adapter Protocol client for Emacs.
0 commit comments