mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-17 16:39:40 +00:00
style(devcontainer): re-add omments to VSCode extensions
This commit is contained in:
parent
72c8769bcb
commit
965c4e666e
1 changed files with 15 additions and 11 deletions
|
|
@ -4,17 +4,21 @@
|
|||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"github.codespaces",
|
||||
"xdebug.php-debug",
|
||||
"bmewburn.vscode-intelephense-client",
|
||||
"xdebug.php-pack",
|
||||
"DEVSENSE.phptools-vscode",
|
||||
"DEVSENSE.composer-php-vscode",
|
||||
"EditorConfig.EditorConfig",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"raymondcamden.CSSLint",
|
||||
"recca0120.vscode-phpunit",
|
||||
"hbenl.vscode-mocha-test-adapter"
|
||||
"github.codespaces",
|
||||
// PHP from https://github.com/devcontainers/templates/tree/main/src/php
|
||||
"xdebug.php-debug",
|
||||
"bmewburn.vscode-intelephense-client",
|
||||
"xdebug.php-pack",
|
||||
// PHP
|
||||
"DEVSENSE.phptools-vscode",
|
||||
"DEVSENSE.composer-php-vscode",
|
||||
// linting
|
||||
"EditorConfig.EditorConfig",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"raymondcamden.CSSLint",
|
||||
// testing
|
||||
"hbenl.vscode-mocha-test-adapter",
|
||||
"recca0120.vscode-phpunit"
|
||||
]
|
||||
},
|
||||
"codespaces": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue