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

feat: add always start with language-server positional arg, add logging args if given [HEAD-693] #374

Merged
merged 5 commits into from
Sep 11, 2023

Commits on Sep 8, 2023

  1. feat: add detection for standalone/cli-embedded based on size, add lo…

    …gging args if given `-d` or env var
    
    - SNYK_LOG_DEVEL overrules all log level settings now
    - `-d` or `--debug` in additional parameters now puts language server in debug mode
    
    Signed-off-by: Bastian Doetsch <[email protected]>
    bastiandoetsch committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    779bbd2 View commit details
    Browse the repository at this point in the history
  2. fix: make test method sync'ed

    Signed-off-by: Bastian Doetsch <[email protected]>
    bastiandoetsch committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5301091 View commit details
    Browse the repository at this point in the history
  3. fix: tests

    Signed-off-by: Bastian Doetsch <[email protected]>
    bastiandoetsch committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1c670f3 View commit details
    Browse the repository at this point in the history
  4. chore: remove unnecessary check for binary size

    Signed-off-by: Bastian Doetsch <[email protected]>
    bastiandoetsch committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2081d45 View commit details
    Browse the repository at this point in the history
  5. docs: update CHANGELOG.md

    Signed-off-by: Bastian Doetsch <[email protected]>
    bastiandoetsch committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0e68c22 View commit details
    Browse the repository at this point in the history