Skip to content

Commit 598b25e

Browse files
committed
Clean
1 parent ae975a6 commit 598b25e

4 files changed

Lines changed: 3 additions & 61 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -34,40 +34,13 @@
3434
// "shutdownAction": "none",
3535

3636
// Uncomment the next line to run commands after the container is created.
37-
"postCreateCommand": ". .devcontainer/install-dev-tools.sh",
37+
// "postCreateCommand": ". .devcontainer/install-dev-tools.sh",
3838

3939
// Configure tool-specific properties.
4040
"customizations": {
4141
"vscode": {
4242
"extensions": [
43-
// PHP intellisense by Intelephense.
44-
"bmewburn.vscode-intelephense-client",
45-
"xdebug.php-debug",
46-
"recca0120.vscode-phpunit",
47-
48-
// // PHP intellisense by IntelliSense.
49-
// "xdebug.php-pack",
50-
// "recca0120.vscode-phpunit",
51-
52-
// // PHP intellisense by Devsense.
53-
// "DEVSENSE.phptools-vscode",
54-
55-
56-
// Extra PHP formatter.
57-
"kokororin.vscode-phpfmt",
58-
59-
// Symfony.
60-
"TheNouillet.symfony-vscode",
61-
// Alternativly, to not get this error promped https://github.com/TheNouillet/symfony-vscode/issues/49 comment the above line and install this from the command line:
62-
// wget -O /tmp/symfony-vscode-1.0.3.vsix https://github.com/QISCT/symfony-vscode/releases/download/v1.0.3/symfony-vscode-1.0.3.vsix
63-
// code --install-extension /tmp/symfony-vscode-1.0.3.vsix
64-
65-
// Add extra extra extentions you like here.
66-
"eamodio.gitlens",
67-
"jaguadoromero.vscode-php-create-class",
68-
"ms-vscode.powershell",
69-
"streetsidesoftware.code-spell-checker",
70-
"yzhang.markdown-all-in-one"
43+
"xdebug.php-debug"
7144
]
7245
}
7346
}

.devcontainer/install-dev-tools.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,7 @@
88
"name": "Listen for Xdebug",
99
"type": "php",
1010
"request": "launch",
11-
"port": 9003,
12-
// "log": true,
13-
// "xdebugSettings": {
14-
// "max_data": -1,
15-
// },
16-
"skipFiles": [
17-
"**/vendor/**",
18-
],
19-
"ignore": [
20-
// "**/vendor/**",
21-
"**/bootstrap.php",
22-
"**/EnvVarProcessor.php",
23-
"**/BaseTestRunner.php",
24-
"**/ReflectionExtractor.php",
25-
"**/AttributeDriver.php",
26-
],
27-
// "stopOnEntry": true,
11+
"port": 9003
2812
},
2913
{
3014
"name": "Launch currently open script",

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)