|
34 | 34 | // "shutdownAction": "none", |
35 | 35 |
|
36 | 36 | // 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", |
38 | 38 |
|
39 | 39 | // Configure tool-specific properties. |
40 | 40 | "customizations": { |
41 | 41 | "vscode": { |
42 | 42 | "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" |
71 | 44 | ] |
72 | 45 | } |
73 | 46 | } |
|
0 commit comments