From e6c1c094e2a052448a4cbe43cd2b325d51c9b7c7 Mon Sep 17 00:00:00 2001 From: Tsxtime Date: Sun, 19 May 2024 10:04:00 +0000 Subject: [PATCH 1/2] Initial commit From 3cdb5bbf9a43ac5f18e48f5f5117c64b98906024 Mon Sep 17 00:00:00 2001 From: Tsxtime Date: Sun, 19 May 2024 10:04:01 +0000 Subject: [PATCH 2/2] Pending changes exported from your codespace --- .vscode/settings.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..857dfa8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "makefile.launchConfigurations": [ + { + "cwd": "/workspaces/MTProxy/objs/bin", + "binaryPath": "/workspaces/MTProxy/objs/bin/mtproto-proxy", + "binaryArgs": [] + } + ] +} \ No newline at end of file