Menüänderung

This commit is contained in:
2026-03-30 21:28:39 +02:00
parent f21a0599fc
commit 1290382aa0
22 changed files with 429 additions and 186 deletions
+17
View File
@@ -0,0 +1,17 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "PHP installieren",
"type": "shell",
"command": "sudo apt update && sudo apt install php php-mysql -y",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}