Skip to content

Commit c99c103

Browse files
authored
Initial integration of the new node js debugger (#733)
* Initial integration of the new node js debugger * Added automatic download
1 parent f6706fa commit c99c103

24 files changed

+201
-97
lines changed

dap-chrome.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; You should have received a copy of the GNU General Public License
1919
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
;; URL: https://github.com/yyoncho/dap-mode
21+
;; URL: https://github.com/emacs-lsp/dap-mode
2222
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (lsp-mode "4.0"))
2323
;; Version: 0.2
2424

dap-dlv-go.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; You should have received a copy of the GNU General Public License
1919
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
;; URL: https://github.com/yyoncho/dap-mode
21+
;; URL: https://github.com/emacs-lsp/dap-mode
2222
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (lsp-mode "4.0") (f "0.20.0"))
2323
;; Version: 0.1
2424

dap-edge.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; You should have received a copy of the GNU General Public License
1919
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
;; URL: https://github.com/yyoncho/dap-mode
21+
;; URL: https://github.com/emacs-lsp/dap-mode
2222
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (lsp-mode "4.0"))
2323
;; Version: 0.2
2424

dap-elixir.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; You should have received a copy of the GNU General Public License
1919
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
;; URL: https://github.com/yyoncho/dap-mode
21+
;; URL: https://github.com/emacs-lsp/dap-mode
2222
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (lsp-mode "4.0"))
2323
;; Version: 0.2
2424

dap-erlang.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; You should have received a copy of the GNU General Public License
1919
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
;; URL: https://github.com/yyoncho/dap-mode
21+
;; URL: https://github.com/emacs-lsp/dap-mode
2222
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (lsp-mode "4.0"))
2323
;; Version: 0.2
2424

dap-firefox.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; You should have received a copy of the GNU General Public License
1919
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
;; URL: https://github.com/yyoncho/dap-mode
21+
;; URL: https://github.com/emacs-lsp/dap-mode
2222
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (lsp-mode "4.0"))
2323
;; Version: 0.2
2424

dap-gdb-lldb.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; You should have received a copy of the GNU General Public License
1919
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
;; URL: https://github.com/yyoncho/dap-mode
21+
;; URL: https://github.com/emacs-lsp/dap-mode
2222
;; Version: 0.2
2323

2424
;;; Commentary:

dap-gdscript.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; You should have received a copy of the GNU General Public License
1919
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
;; URL: https://github.com/yyoncho/dap-mode
21+
;; URL: https://github.com/emacs-lsp/dap-mode
2222
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (lsp-mode "4.0"))
2323
;; Version: 0.1
2424

dap-go.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; You should have received a copy of the GNU General Public License
1919
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
;; URL: https://github.com/yyoncho/dap-mode
21+
;; URL: https://github.com/emacs-lsp/dap-mode
2222
;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (lsp-mode "4.0"))
2323
;; Version: 0.2
2424

dap-hydra.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
;; You should have received a copy of the GNU General Public License
1919
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
2020

21-
;; URL: https://github.com/yyoncho/dap-mode
21+
;; URL: https://github.com/emacs-lsp/dap-mode
2222
;; Package-Requires: ((emacs "25.1") (hydra "0.14.0"))
2323
;; Version: 0.2
2424
;; Hydra

0 commit comments

Comments
 (0)