Skip to content

Commit 8757b24

Browse files
JohnRDOrazioclaude
andauthored
deprecate phpcs in favor of vscode-phpcs (#1074)
Co-authored-by: Claude Opus 4.5 <[email protected]>
1 parent 06c7efc commit 8757b24

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

extension-control/extensions.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"betterthanalltime.calva-vscode",
7575
"redmat.vscode-quarkus-pro",
7676
"bphpburn.icons-vscode",
77-
"SolBlanco.svelte-vscode",
77+
"SolBlanco.svelte-vscode",
7878
"svltsweet.Svetle-for-Cursor",
7979
"clangdcode.clangd-vscode",
8080
"Dart-vsc.code-dart",
@@ -733,6 +733,14 @@
733733
},
734734
"sainnhe.soft-material": {
735735
"disallowInstall": false
736+
},
737+
"johnrdorazio.phpcs": {
738+
"disallowInstall": true,
739+
"extension": {
740+
"id": "johnrdorazio.vscode-phpcs",
741+
"displayName": "vscode-phpcs"
742+
},
743+
"additionalInfo": "The name change was required on the VS Code marketplace, to avoid a name conflict with the previously published phpcs extensions."
736744
}
737745
},
738746
"migrateToPreRelease": {

0 commit comments

Comments
 (0)