Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:ApexTest - is it possible to skip Select Log Type to change? #86

Open
vitaly-zdanevich opened this issue May 26, 2017 · 1 comment
Open

Comments

@vitaly-zdanevich
Copy link

I tried to add to my .vimrc this from documentation:

let g:apex_test_debuggingHeader = {"All": "Error", "Visualforce": "Error",
    \ "Workflow": "Error", "Db": "Error", "System": "Error", "Callout": "Error",
    \ "Apex_profiling": "Error", "Apex_code": "Error", "Validation": "Error"}

Restarted Vim session, :ApexTest ... and the same Select Log Type to change - also in g:apex_test_debuggingHeader I changed Apex_code to Error but first line in buffer is the same1. ApexCode (Debug).

@neowit
Copy link
Owner

neowit commented May 26, 2017

Not possible to skip with "out of the box" config.

In case it is not obvious - you do not have to change log settings every time. Just press Enter to proceed with existing settings.

e.g. enter command
:ApexTest tooling-sync TestClassName
then press Enter twice
This will start the test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants