From 1e2f15a3d70258ab366e9ac9309605749d5b0a27 Mon Sep 17 00:00:00 2001 From: Julia Ryan Date: Tue, 18 Nov 2025 16:38:19 -0800 Subject: [PATCH] Disable phpactor by default on windows (#43011) We install phpactor by default, but on windows it doesn't work out of the box (see [here](https://github.com/phpactor/phpactor/discussions/2579) for details). For now we'll default to using intelephense, but in the future we'd like to switch back if phpactor lands windows support given that it's open source. Release Notes: - N/A --- assets/settings/default.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/settings/default.json b/assets/settings/default.json index 6a04adf88e4593b4e04eda9a0bf64525293b2b0f..36c140dce7f8949ea73c163b9786b63ebeed0869 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -2059,6 +2059,18 @@ "dev": { // "theme": "Andromeda" }, + // Settings overrides to use when using linux + "linux": {}, + // Settings overrides to use when using macos + "macos": {}, + // Settings overrides to use when using windows + "windows": { + "languages": { + "PHP": { + "language_servers": ["intelephense", "!phpactor", "..."] + } + } + }, // Whether to show full labels in line indicator or short ones // // Values: