mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
style(devcontainer): re-add omments to VSCode extensions
This commit is contained in:
@@ -4,17 +4,21 @@
|
|||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"github.codespaces",
|
"github.codespaces",
|
||||||
"xdebug.php-debug",
|
// PHP from https://github.com/devcontainers/templates/tree/main/src/php
|
||||||
"bmewburn.vscode-intelephense-client",
|
"xdebug.php-debug",
|
||||||
"xdebug.php-pack",
|
"bmewburn.vscode-intelephense-client",
|
||||||
"DEVSENSE.phptools-vscode",
|
"xdebug.php-pack",
|
||||||
"DEVSENSE.composer-php-vscode",
|
// PHP
|
||||||
"EditorConfig.EditorConfig",
|
"DEVSENSE.phptools-vscode",
|
||||||
"dbaeumer.vscode-eslint",
|
"DEVSENSE.composer-php-vscode",
|
||||||
"raymondcamden.CSSLint",
|
// linting
|
||||||
"recca0120.vscode-phpunit",
|
"EditorConfig.EditorConfig",
|
||||||
"hbenl.vscode-mocha-test-adapter"
|
"dbaeumer.vscode-eslint",
|
||||||
|
"raymondcamden.CSSLint",
|
||||||
|
// testing
|
||||||
|
"hbenl.vscode-mocha-test-adapter",
|
||||||
|
"recca0120.vscode-phpunit"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"codespaces": {
|
"codespaces": {
|
||||||
|
|||||||
Reference in New Issue
Block a user