Skip to content

Commit f9966e7

Browse files
committed
add lando to valid php envs
1 parent 1ed5d5f commit f9966e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/support/config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,10 @@ export const configAffected = (
2121
...keys: ConfigKey[]
2222
): boolean => keys.some((key) => event.affectsConfiguration(configKey(key)));
2323

24-
export type PhpEnvironment = "auto" | "herd" | "valet" | "sail" | "local";
24+
export type PhpEnvironment =
25+
| "auto"
26+
| "herd"
27+
| "valet"
28+
| "sail"
29+
| "local"
30+
| "lando";

0 commit comments

Comments
 (0)