From 318562e3af960f3bf139349f753b888ea84579ed Mon Sep 17 00:00:00 2001 From: Kov65 Date: Mon, 21 Oct 2024 04:43:54 +0000 Subject: [PATCH 1/2] Main --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..76edfa6 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1 @@ +{"image":"mcr.microsoft.com/devcontainers/universal:2"} \ No newline at end of file From 472e33a172bc5bedcdda7a3415de7f1a21dd7f69 Mon Sep 17 00:00:00 2001 From: Kov65 Date: Mon, 21 Oct 2024 04:51:02 +0000 Subject: [PATCH 2/2] pay 50.000$ --- .vscode/launch.json | 30 ++++++++++++++++++++++++++++++ .vscode/settings.json | 5 +++++ 2 files changed, 35 insertions(+) create mode 100644 .vscode/launch.json create mode 100644 .vscode/settings.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..135352f --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,30 @@ +{ + // IntelliSense használata a lehetséges attribútumok listázásához + // Húzza fölé az egeret a létező attribútumok leírásának megtekintéséhez! + // További információért látogassa meg a következőt: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "command": "npm start", + "name": "Run npm start", + "request": "launch", + "type": "node-terminal" + }, + { + "command": "npm start", + "name": "Run npm start", + "request": "launch", + "type": "node-terminal" + }, + + { + "type": "node", + "request": "launch", + "name": "Launch Program", + "skipFiles": [ + "/**" + ], + "program": "${file}" + } + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b242572 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} \ No newline at end of file