From a0b4d60cc59c007d3ceaed45826c4ff31df38398 Mon Sep 17 00:00:00 2001 From: mustaphamkeri <131755655+mustaphamkeri@users.noreply.github.com> Date: Fri, 28 Apr 2023 10:36:28 +0000 Subject: [PATCH] Pending changes exported from your codespace --- .devcontainer/devcontainer.json | 4 +++- .vscode/extensions.json | 2 +- .vscode/launch.json | 21 ++++++++++++++++++--- 3 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b030b853..5ea8b95e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -34,7 +34,9 @@ "customizations": { "vscode": { "extensions": [ - "golang.go" + "golang.go", + "ms-vscode.cpptools", + "GitHub.copilot" ] } } diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 7203cb3f..f3936b19 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,4 +2,4 @@ "recommendations": [ "golang.go" ] -} \ No newline at end of file +} diff --git a/.vscode/launch.json b/.vscode/launch.json index e6a31c91..bc4c041c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,20 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "name": "Launch file", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${file}" + }, + http + + + + + lau + { "name": "Connect to server", @@ -66,14 +80,15 @@ "host": "127.0.0.1" }, { - "name": "\","type": "go","request": "attach", - "mode": "remote", + "name": "\","type": "go","request": "attach","mode": "remote", "remotePath": "${workspaceFolder}", "port": 2345, "host": "127.0.0.1" }, { - "name": "","type": "go","request": "attach", + "name": "", + "type": "go", + "request": "attach", "mode": "remote", "remotePath": "${workspaceFolder}", "port": 2345,