Pending changes exported from your codespace

pull/2849/head
mustaphamkeri 2023-04-28 10:36:28 +00:00
parent 8d1a4335b6
commit a0b4d60cc5
3 changed files with 22 additions and 5 deletions

View File

@ -34,7 +34,9 @@
"customizations": {
"vscode": {
"extensions": [
"golang.go"
"golang.go",
"ms-vscode.cpptools",
"GitHub.copilot"
]
}
}

View File

@ -2,4 +2,4 @@
"recommendations": [
"golang.go"
]
}
}

21
.vscode/launch.json vendored
View File

@ -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,