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

(#733) use existing properties inside omnisharp.json #734

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Oct 13, 2022

  1. (maint) fix npm run watch

    This is a regression from
    cake-build#731
    where everything will work fine, if node_modules does
    not exist. However, if it does exist the non-zero exit code
    will propagate and prevent tsc from running.
    By adding a second, "parallel" command to ensureCi
    the exit code of that script will always be zero and thus
    never prevent tsc from running.
    nils-a committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    4bc6337 View commit details
    Browse the repository at this point in the history
  2. (cake-build#733) use existing properties inside omnisharp.json

    instead of enforcing properties "cake" and "bakeryPath"
    case sensitive.
    nils-a committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    fc99053 View commit details
    Browse the repository at this point in the history