File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "version" : " 0.2.0" ,
33 "configurations" : [
4+ {
5+ "type" : " node" ,
6+ "request" : " launch" ,
7+ "name" : " rush add" ,
8+ "program" : " ${workspaceFolder}/apps/rush-lib/lib/start.js" ,
9+ "args" : [
10+ " add" ,
11+ " -p" ,
12+ " project-b"
13+ ],
14+ "cwd" : " C:/Users/zhas/Desktop/sp-client/apps/project-a"
15+ },
416 {
517 "name" : " Launch" ,
618 "type" : " node" ,
Original file line number Diff line number Diff line change 4646 * The default value is false to avoid legacy compatibility issues.
4747 * It is strongly recommended to set strictPeerDependencies=true.
4848 */
49- "strictPeerDependencies" : true ,
49+ "strictPeerDependencies" : true
5050
5151
5252 /**
338338 // },
339339 //
340340 // "apps" folder (alphabetical order)
341+ {
342+ "packageName" : " project-b" ,
343+ "projectFolder" : " C:/Users/zhas/Desktop/sp-client/apps/project-b" ,
344+ "reviewCategory" : " third-party"
345+ },
341346 {
342347 "packageName" : " @microsoft/api-extractor" ,
343348 "projectFolder" : " apps/api-extractor" ,
You can’t perform that action at this time.
0 commit comments