rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

Monorepo for tools developed by the Rush Stack community

Results 515 rushstack issues
Sort by recently updated
recently updated
newest added

## Summary This is a prerequisite for https://github.com/microsoft/rushstack/pull/5379. See that PR for discussion relevant to this PR. ## How it was tested This PR will be published as a prerelease.

## Summary Adds `RUSHSTACK_CLI_IGNORED_PARAMETER_NAMES` environment variable to forward the `parameterNamesToIgnore` operation setting from `rush-project.json` to child processes during phased command execution. The environment variable name is exported as a public...

## Summary When resolving the home directory in remote environments, shells that echo executed commands (e.g., `set -x`) cause output containing multiple instances of the marker strings. The parser was...

## Summary `rush check` or `rush update` may incorrectly pass even if some packages use versions outside the allowed alternatives specified in `common-versions.json`. ## Repro steps [I've created a minimal...

"[ts-command-line] Add support for numeric command line parameters" Fixes issue #5491 ## Details Changed initialized constant reflecting the correct path.

## Summary When an error occurs in the debug-certificate-manager extension, you have the option to press "Show Settings", when you press it, you are taken to an invalid vscode extension...

bug

## Summary 1. updates the heft-storybook-plugin to be compatible with storybook v9, this only required adapting to the `bin` change from an object pointing at different files depending on whether...

## Summary When the output folder contains a symbolic link, Rush throws an error. ![Image](https://github.com/user-attachments/assets/773f5489-9946-42ff-9397-35b90e6e233c) ## Details I think this is a good default behavior in most cases, since it...

## Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc. ## **Is this a feature or a bug?** - [x] Feature - [ ] Bug **Please...

enhancement
needs design