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: workspace codelens #1075

Merged
merged 12 commits into from
May 28, 2021
Merged

Commits on May 20, 2021

  1. feat: workspace CodeLens for running Nx targets from the workspace co…

    …nfig file
    Sandi Barr committed May 20, 2021
    Configuration menu
    Copy the full SHA
    ed12144 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. add setting to enable/disable codelens

    Sandi Barr committed May 21, 2021
    Configuration menu
    Copy the full SHA
    9e3732a View commit details
    Browse the repository at this point in the history
  2. resolveCodeLens + async

    Sandi Barr committed May 21, 2021
    Configuration menu
    Copy the full SHA
    bb35285 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ecf05 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. pass configuration as flag

    Sandi Barr committed May 24, 2021
    Configuration menu
    Copy the full SHA
    140bbb5 View commit details
    Browse the repository at this point in the history
  2. move verifyWorkspace to resolve circular dependency

    Sandi Barr committed May 24, 2021
    Configuration menu
    Copy the full SHA
    5131e94 View commit details
    Browse the repository at this point in the history
  3. show title as project:target:configuration

    Sandi Barr committed May 24, 2021
    Configuration menu
    Copy the full SHA
    9680eed View commit details
    Browse the repository at this point in the history
  4. -c configuration flag

    Sandi Barr committed May 24, 2021
    Configuration menu
    Copy the full SHA
    78cd9c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    228cb56 View commit details
    Browse the repository at this point in the history
  6. formatting

    Sandi Barr committed May 24, 2021
    Configuration menu
    Copy the full SHA
    4a0f06e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. WorkspaceCodeLensProvider watches config and registers and disposes i…

    …tself
    Sandi Barr committed May 27, 2021
    Configuration menu
    Copy the full SHA
    8d12d5f View commit details
    Browse the repository at this point in the history
  2. supports ng run command for angular cli projects

    Sandi Barr committed May 27, 2021
    Configuration menu
    Copy the full SHA
    4d6e53f View commit details
    Browse the repository at this point in the history