Delete broken DAP configuration
This commit is contained in:
parent
b4de96102e
commit
b2502ed969
@ -4220,21 +4220,6 @@ Some functions to make my day job easier.
|
|||||||
(leader-def-key "Lr" #'release-manager)
|
(leader-def-key "Lr" #'release-manager)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Debug configurations (dap)
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(with-eval-after-load 'dap-mode
|
|
||||||
(dap-register-debug-template
|
|
||||||
"lola-server"
|
|
||||||
(list :type "python"
|
|
||||||
:args "bin/start_web.py"
|
|
||||||
:cwd (expand-file-name "~/lola/lola-server")
|
|
||||||
:env (extract-vars-from-env-file (expand-file-name "~/lola/lola-server/.env"))
|
|
||||||
:module nil
|
|
||||||
:program nil
|
|
||||||
:request "launch"
|
|
||||||
:name "lola-server")))
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** AWS-MFA
|
** AWS-MFA
|
||||||
The aws-mfa command:
|
The aws-mfa command:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user