Skip to content

Commit

Permalink
Remove incorrect require (emacs-lsp#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
danhuynhdev authored and yyoncho committed Oct 7, 2019
1 parent 08c5562 commit cbccc8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dap-elixir.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
(dap--put-if-absent :projectDir (lsp-find-session-folder (lsp-session) (buffer-file-name)))
(dap--put-if-absent :cwd (lsp-find-session-folder (lsp-session) (buffer-file-name)))
(dap--put-if-absent :requireFiles (list
"lib/**"
"test/**/test_helper.exs"
"test/**/*_test.exs"))))

Expand Down

0 comments on commit cbccc8a

Please sign in to comment.