Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ili101 committed Mar 4, 2024
1 parent ae975a6 commit 598b25e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 61 deletions.
31 changes: 2 additions & 29 deletions .devcontainer/devcontainer.json
Expand Up @@ -34,40 +34,13 @@
// "shutdownAction": "none",

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

// Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions": [
// PHP intellisense by Intelephense.
"bmewburn.vscode-intelephense-client",
"xdebug.php-debug",
"recca0120.vscode-phpunit",

// // PHP intellisense by IntelliSense.
// "xdebug.php-pack",
// "recca0120.vscode-phpunit",

// // PHP intellisense by Devsense.
// "DEVSENSE.phptools-vscode",


// Extra PHP formatter.
"kokororin.vscode-phpfmt",

// Symfony.
"TheNouillet.symfony-vscode",
// 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:
// 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
// code --install-extension /tmp/symfony-vscode-1.0.3.vsix

// Add extra extra extentions you like here.
"eamodio.gitlens",
"jaguadoromero.vscode-php-create-class",
"ms-vscode.powershell",
"streetsidesoftware.code-spell-checker",
"yzhang.markdown-all-in-one"
"xdebug.php-debug"
]
}
}
Expand Down
8 changes: 0 additions & 8 deletions .devcontainer/install-dev-tools.sh

This file was deleted.

18 changes: 1 addition & 17 deletions .vscode/launch.json
Expand Up @@ -8,23 +8,7 @@
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003,
// "log": true,
// "xdebugSettings": {
// "max_data": -1,
// },
"skipFiles": [
"**/vendor/**",
],
"ignore": [
// "**/vendor/**",
"**/bootstrap.php",
"**/EnvVarProcessor.php",
"**/BaseTestRunner.php",
"**/ReflectionExtractor.php",
"**/AttributeDriver.php",
],
// "stopOnEntry": true,
"port": 9003
},
{
"name": "Launch currently open script",
Expand Down
7 changes: 0 additions & 7 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 598b25e

Please sign in to comment.