Skip to content

Commit e5b9e6d

Browse files
committed
fix: 🐛 remove redundant XDEBUG_MODE settings for clarity
1 parent b2752a9 commit e5b9e6d

1 file changed

Lines changed: 49 additions & 50 deletions

File tree

Lines changed: 49 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,52 @@
11
{
2-
"id": "larasets",
3-
"name": "Laravel settings",
4-
"description": "A feature to add useful laravel settings to your shell.",
5-
"version": "5.32.0",
6-
"dependsOn": {
7-
"ghcr.io/devcontainers/features/docker-in-docker": "",
8-
"ghcr.io/devcontainers/features/node:1": "lts",
9-
"ghcr.io/devcontainers/features/php:1": "8.3",
10-
"ghcr.io/metcalfc/devcontainer-features/doppler:0": {},
11-
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": {}
12-
},
13-
"installsAfter": [
14-
"ghcr.io/tomgrv/devcontainer-features/common-utils"
15-
],
16-
"containerEnv": {
17-
"APP_DEBUG": "true",
18-
"APP_ENV": "local",
19-
"DB_CONNECTION": "sqlite",
20-
"DOPPLER_CONFIG": "devpmt_personal",
21-
"SAIL_XDEBUG_CONFIG": "client_host=host.docker.internal idekey=vscode",
22-
"SAIL_XDEBUG_MODE": "develop,debug",
23-
"XDEBUG_MODE": "off"
24-
},
25-
"customizations": {
26-
"vscode": {
27-
"extensions": [
28-
"aaron-bond.better-comments",
29-
"alexcvzz.vscode-sqlite",
30-
"bmewburn.vscode-intelephense-client",
31-
"christian-kohler.npm-intellisense",
32-
"davidanson.vscode-markdownlint",
33-
"doppler.doppler-vscode",
34-
"entexa.tall-stack",
35-
"formulahendry.auto-close-tag",
36-
"formulahendry.auto-rename-tag",
37-
"gruntfuggly.triggertaskonsave",
38-
"laravel.vscode-laravel",
39-
"marabesi.php-import-checker",
40-
"onecentlin.laravel-blade",
41-
"pcbowers.alpine-intellisense",
42-
"spmeesseman.vscode-taskexplorer",
43-
"xdebug.php-debug"
44-
]
2+
"id": "larasets",
3+
"name": "Laravel settings",
4+
"description": "A feature to add useful laravel settings to your shell.",
5+
"version": "5.32.0",
6+
"dependsOn": {
7+
"ghcr.io/devcontainers/features/docker-in-docker": "",
8+
"ghcr.io/devcontainers/features/node:1": "lts",
9+
"ghcr.io/devcontainers/features/php:1": "8.3",
10+
"ghcr.io/metcalfc/devcontainer-features/doppler:0": {},
11+
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": {}
12+
},
13+
"installsAfter": [
14+
"ghcr.io/tomgrv/devcontainer-features/common-utils"
15+
],
16+
"containerEnv": {
17+
"APP_DEBUG": "true",
18+
"APP_ENV": "local",
19+
"DB_CONNECTION": "sqlite",
20+
"DOPPLER_CONFIG": "devpmt_personal",
21+
"SAIL_XDEBUG_CONFIG": "client_host=host.docker.internal idekey=vscode",
22+
"XDEBUG_CONFIG": "client_host=localhost idekey=vscode"
23+
},
24+
"customizations": {
25+
"vscode": {
26+
"extensions": [
27+
"aaron-bond.better-comments",
28+
"alexcvzz.vscode-sqlite",
29+
"bmewburn.vscode-intelephense-client",
30+
"christian-kohler.npm-intellisense",
31+
"davidanson.vscode-markdownlint",
32+
"doppler.doppler-vscode",
33+
"entexa.tall-stack",
34+
"formulahendry.auto-close-tag",
35+
"formulahendry.auto-rename-tag",
36+
"gruntfuggly.triggertaskonsave",
37+
"laravel.vscode-laravel",
38+
"marabesi.php-import-checker",
39+
"onecentlin.laravel-blade",
40+
"pcbowers.alpine-intellisense",
41+
"spmeesseman.vscode-taskexplorer",
42+
"xdebug.php-debug"
43+
]
44+
}
45+
},
46+
"legacyIds": [
47+
"larasets"
48+
],
49+
"postCreateCommand": {
50+
"config": "configure-feature larasets"
4551
}
46-
},
47-
"legacyIds": [
48-
"larasets"
49-
],
50-
"postCreateCommand": {
51-
"config": "configure-feature larasets"
52-
}
5352
}

0 commit comments

Comments
 (0)