We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6560afe commit 9d8c1aaCopy full SHA for 9d8c1aa
src/schemas/json/pnpm-workspace.json
@@ -87,6 +87,15 @@
87
"$ref": "#/definitions/catalog"
88
}
89
},
90
+ "catalogMode": {
91
+ "description": "Controlling if and how dependencies are added to the default catalog",
92
+ "oneOf": [
93
+ {
94
+ "type": "string",
95
+ "enum": ["strict", "prefer", "manual"]
96
+ }
97
+ ]
98
+ },
99
"onlyBuiltDependencies": {
100
"description": "A list of package names that are allowed to be executed during installation.",
101
"type": "array",
0 commit comments