-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from pedro-gomes-92/pedrogomes/add-migrate-sub…
…space-plugin [rush-migrate-subspace-plugin]: add new plugin
- Loading branch information
Showing
48 changed files
with
3,574 additions
and
966 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"name": "Debug Plugin (migrate-subspace)", | ||
"request": "launch", | ||
"type": "node", | ||
"program": "${workspaceFolder}/rush-plugins/rush-migrate-subspace-plugin/lib/cli.js", | ||
"cwd": "${input:enterMonorepoDir}", | ||
"console": "integratedTerminal", | ||
"preLaunchTask": "rush: build rush-migrate-subspace-plugin", | ||
"args": ["--debug"] | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"id": "enterMonorepoDir", | ||
"type": "promptString", | ||
"description": "Specify the monorepo directory", | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"type": "shell", | ||
"label": "rush: build rush-migrate-subspace-plugin", | ||
"detail": "rush build -t rush-migrate-subspace-plugin", | ||
"command": "rush build -t rush-migrate-subspace-plugin" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...rush-migrate-subspace-plugin/pedrogomes-add-migrate-subspace-plugin_2024-10-18-19-46.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "rush-migrate-subspace-plugin", | ||
"comment": "added plugin migrate-subspace", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "rush-migrate-subspace-plugin" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.