You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… VS Code pops up a terminal window and tries to run mix test for just that test, without taking into account that an un-escaped exclamation mark outside single quotes will result in bash history expansion:
~/src/my_app$ mix test --exclude test --include "test:test decode!/2" /Users/garthk/src/my_app/test/my_app_test.exs
bash: !/2: event not found
If I click on the test lens for this test:
… VS Code pops up a terminal window and tries to run
mix test
for just that test, without taking into account that an un-escaped exclamation mark outside single quotes will result in bash history expansion:Environment
jakebecker.elixir-ls
Troubleshooting
.elixir_ls
directory, then restart your editorLogs
None relevant.
The text was updated successfully, but these errors were encountered: