mirror of https://github.com/gophish/gophish
Pending changes exported from your codespace
parent
8d1a4335b6
commit
a0b4d60cc5
|
@ -34,7 +34,9 @@
|
|||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"golang.go"
|
||||
"golang.go",
|
||||
"ms-vscode.cpptools",
|
||||
"GitHub.copilot"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
"recommendations": [
|
||||
"golang.go"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue