We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c7efc commit 8757b24Copy full SHA for 8757b24
extension-control/extensions.json
@@ -74,7 +74,7 @@
74
"betterthanalltime.calva-vscode",
75
"redmat.vscode-quarkus-pro",
76
"bphpburn.icons-vscode",
77
- "SolBlanco.svelte-vscode",
+ "SolBlanco.svelte-vscode",
78
"svltsweet.Svetle-for-Cursor",
79
"clangdcode.clangd-vscode",
80
"Dart-vsc.code-dart",
@@ -733,6 +733,14 @@
733
},
734
"sainnhe.soft-material": {
735
"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."
744
}
745
746
"migrateToPreRelease": {
0 commit comments