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

[READY] Add vimspector config #1264

Merged
merged 3 commits into from
Jun 16, 2019
Merged

Commits on Jun 15, 2019

  1. Add vimspector config

    This allows debugging of ycmd tests directly using vimspector. I use a
    mapping which runs the test under the cursor, so one of the variables it
    asks you for it "test" which is essentially arguments to nosetests.
    
    NOTE: It doesn't work on windows, and it requires the use of a
    virtualenv at the moment. This is mainly due to a limitation of
    vimspector that it only has simple variable replacement in its config.
    puremourning committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    5738723 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Configuration menu
    Copy the full SHA
    d0f822d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed84585 View commit details
    Browse the repository at this point in the history