Skip to content

Commit 5935904

Browse files
Adjust vscode extensions
1 parent a8d9186 commit 5935904

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

.devcontainer/blackfire/devcontainer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
],
3333
"customizations": {
3434
"vscode": {
35+
"extensions": [
36+
"xdebug.php-debug",
37+
"bmewburn.vscode-intelephense-client",
38+
"jerrylopez.magento2-snippets",
39+
"benoitalix.hyva-vscode-snippets",
40+
"shevaua.phpcs",
41+
"GitHub.copilot"
42+
],
3543
"settings": {
3644
"extensions.autoUpdate": true,
3745
"extensions.autoCheckUpdates": true,
3846
"php.validate.executablePath": "/usr/local/bin/php",
3947
"php.suggest.basic": false,
4048
"php.executablePath": "/usr/local/bin/php",
41-
"extensions": [
42-
"xdebug.php-debug",
43-
"bmewburn.vscode-intelephense-client",
44-
"jerrylopez.magento2-snippets",
45-
"benoitalix.hyva-vscode-snippets",
46-
"shevaua.phpcs",
47-
"GitHub.copilot"
48-
],
4949
"intelephense.files.exclude": [
5050
"**/.js",
5151
"**/.png",

.devcontainer/devcontainer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
],
3333
"customizations": {
3434
"vscode": {
35+
"extensions": [
36+
"xdebug.php-debug",
37+
"bmewburn.vscode-intelephense-client",
38+
"jerrylopez.magento2-snippets",
39+
"benoitalix.hyva-vscode-snippets",
40+
"shevaua.phpcs",
41+
"GitHub.copilot"
42+
],
3543
"settings": {
3644
"extensions.autoUpdate": true,
3745
"extensions.autoCheckUpdates": true,
3846
"php.validate.executablePath": "/usr/local/bin/php",
3947
"php.suggest.basic": false,
4048
"php.executablePath": "/usr/local/bin/php",
41-
"extensions": [
42-
"xdebug.php-debug",
43-
"bmewburn.vscode-intelephense-client",
44-
"jerrylopez.magento2-snippets",
45-
"benoitalix.hyva-vscode-snippets",
46-
"shevaua.phpcs",
47-
"GitHub.copilot"
48-
],
4949
"intelephense.files.exclude": [
5050
"**/.js",
5151
"**/.png",

.devcontainer/xdebug/devcontainer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
],
3333
"customizations": {
3434
"vscode": {
35+
"extensions": [
36+
"xdebug.php-debug",
37+
"bmewburn.vscode-intelephense-client",
38+
"jerrylopez.magento2-snippets",
39+
"benoitalix.hyva-vscode-snippets",
40+
"shevaua.phpcs",
41+
"GitHub.copilot"
42+
],
3543
"settings": {
3644
"extensions.autoUpdate": true,
3745
"extensions.autoCheckUpdates": true,
3846
"php.validate.executablePath": "/usr/local/bin/php",
3947
"php.suggest.basic": false,
4048
"php.executablePath": "/usr/local/bin/php",
41-
"extensions": [
42-
"xdebug.php-debug",
43-
"bmewburn.vscode-intelephense-client",
44-
"jerrylopez.magento2-snippets",
45-
"benoitalix.hyva-vscode-snippets",
46-
"shevaua.phpcs",
47-
"GitHub.copilot"
48-
],
4949
"intelephense.files.exclude": [
5050
"**/.js",
5151
"**/.png",

0 commit comments

Comments
 (0)