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 8d01535 commit bea3f2aCopy full SHA for bea3f2a
package.json
@@ -77,20 +77,23 @@
77
"herd",
78
"valet",
79
"sail",
80
+ "lando",
81
"local"
82
],
83
"enumItemLabels": [
84
"Auto Detect",
85
"Herd",
86
"Valet",
87
"Sail",
88
+ "Lando",
89
"Local"
90
91
"markdownEnumDescriptions": [
92
"Auto detect the local PHP environment.",
93
"Auto detect PHP version Herd is using for the project.",
94
"Auto detect PHP version Valet is using for the project.",
95
96
97
"Use PHP installed on the local machine."
98
99
"default": "auto",
0 commit comments