From d147d48cf903d638ecc307242d2a8045287df91f Mon Sep 17 00:00:00 2001 From: sadmin Date: Mon, 2 Feb 2026 10:45:56 +0300 Subject: [PATCH] MaterialMarkaKO --- .vscode/launch.json | 48 +++++++++++++++++++++ modules/MaterialMarkaKO/MaterialMarkaKO.php | 14 ++++++ 2 files changed, 62 insertions(+) create mode 100644 .vscode/launch.json create mode 100644 modules/MaterialMarkaKO/MaterialMarkaKO.php diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..8432f44 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,48 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Listen for Xdebug", + "type": "php", + "request": "launch", + "port": 9000 + }, + { + "name": "Launch currently open script", + "type": "php", + "request": "launch", + "program": "${file}", + "cwd": "${fileDirname}", + "port": 0, + "runtimeArgs": [ + "-dxdebug.start_with_request=yes" + ], + "env": { + "XDEBUG_MODE": "debug,develop", + "XDEBUG_CONFIG": "client_port=${port}" + } + }, + { + "name": "Launch Built-in web server", + "type": "php", + "request": "launch", + "runtimeArgs": [ + "-dxdebug.mode=debug", + "-dxdebug.start_with_request=yes", + "-S", + "localhost:0" + ], + "program": "", + "cwd": "${workspaceRoot}", + "port": 9000, + "serverReadyAction": { + "pattern": "Development Server \\(http://localhost:([0-9]+)\\) started", + "uriFormat": "http://localhost:%s", + "action": "openExternally" + } + } + ] +} \ No newline at end of file diff --git a/modules/MaterialMarkaKO/MaterialMarkaKO.php b/modules/MaterialMarkaKO/MaterialMarkaKO.php new file mode 100644 index 0000000..3942466 --- /dev/null +++ b/modules/MaterialMarkaKO/MaterialMarkaKO.php @@ -0,0 +1,14 @@ +