Cheng Liu
Cheng Liu
2023/3/6: Merge the latest main branch (83db1b4889e7958808eb2cd43991e19b4c6d1023)
Thanks @elliot-nelson for the tests! I've rebased the branch from the latest main branch.
Hi @benkeen, thanks for your valuable feedback! I can confirm this is a bug. The expected behavior is that new patched changes are synced to "common/pnpm-patches" when re-running `rush-pnpm patch-commit`....
@dmichon-msft I see. You are requesting the `featureKinds:["build-cache-provider"]` indicates both "activiation" and "register functionality" in Rush.js. For now, current implementation covers "activiation" only. Let me see how to take care...
> I'm strongly of the opinion that we shouldn't separate the "when does this plugin activate?" question from the "what extensibility points does this plugin use?" question. Since the only...
Updates: 1. rebase master, supports more rush life cycles on latest master 2. use a proxy-based rush session for plugins that contributes sth. 3. validate `getContributesAPIForXXX' be called when invoking...
### Questions 2022/3/3 1. The way to get `RushConfiguration` and `RushCommandLineParser` 1.1 `RushConfiguration` is used to extract projects. 1.2 `RushCommandLineParser` is used to extract Rush commands and parameters For now,...
Thanks to the hints from David's PR: https://github.com/microsoft/rushstack/pull/3651 I updated the building and packing process to rushstack vscode extension Now, in extension development, it will be always try to load...
Hi, @iclanton @dmichon-msft I do some research locally. > Might want to check with pnpm, since for a long time the `--lockfile-only` parameter didn't do much to improve performance; e.g....
@iclanton Originally, it's a feature proposal to current `rush scan`. Anyway, could you elaborate more about the steps to feat into Heft? I am willing to do this.