Create home for Rushstack VSCode Extension w/ simple Rush CD Command #3808
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
There has been many talks about creating integrations with vscode for Rushstack and its collection of tools/utilities. This PR introduces a new home under
apps
for our VS Code Extension to LiveDetails
Included in this VS Code Extension is a simple command called "Rush CD" which allows a user to type a command into the command prompt of VS Code => Type Rush CD => and then choose a
RushConfigurationProject
they would like to focus into (by opening that projectspackage.json
).Searching for Command:
Using Command:
Text filtering based off of package.json description, path, and rush project name:
Opening package.json of selected project:
If user has no Rush.json in workspace:
In addition Debugger support for the extension has been included in our
launch.json
configuration, and therefore should make testing the extension easier.Unknowns
How it was tested
Test's need to be added. There is a test launch.json action, however I have not integrated it with Jest yet. This will have to be a TODO.
Related: #3157 #vscode