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: allow filtering in the nx project tree view #1050

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

Cammisuli
Copy link
Member

@Cammisuli Cammisuli commented Mar 24, 2021

What it does

This change introduces a new button in the nx projects tree view that replaces the single click to open the workspace.json file. This allows us to focus the view and start typing so that we can use the built in filter in vscode.

Screenshots:
New button to open workspace.json
Screen Shot 2021-03-24 at 9 18 04 AM

Filter
image

Closes #1043

Note

This is based off the current refactor branch, and will need to be rebased.

@nx-cloud
Copy link

nx-cloud bot commented Mar 24, 2021

Nx Cloud Report

CI ran the following commands for commit eab4d76. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx run-many --all --parallel --target=build
#000000 nx run-many --all --parallel --target=lint
#000000 nx run-many --all --parallel --target=test

Sent with 💌 from NxCloud.

@Cammisuli Cammisuli marked this pull request as ready for review March 26, 2021 17:49
Comment on lines -69 to -75
"command": "nxConsole.revealInExplorer",
"when": "view == nxConsoleJson && viewItem == project",
"group": "inline"
},
{
"command": "nxConsole.runTask",
"when": "view == nxConsoleJson && viewItem == task",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The nxConsoleJson view doesn't exist. So I just removed this.

Copy link
Contributor

@sandikbarr sandikbarr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Cammisuli Cammisuli merged commit cfcc306 into nrwl:master Mar 26, 2021
@Cammisuli Cammisuli deleted the nx-project-tree-filter branch March 26, 2021 19:57
@mackelito mackelito mentioned this pull request Feb 4, 2022
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

Successfully merging this pull request may close these issues.

Filter projects view
2 participants