feat: caching headers
This commit is contained in:
Vendored
+8
@@ -9,6 +9,14 @@
|
||||
"program": "${workspaceFolder}/cmd/schreifuchs-ch/main.go",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"showLog": true
|
||||
},
|
||||
{
|
||||
"name": "Attach to Air",
|
||||
"type": "go",
|
||||
"request": "attach",
|
||||
"mode": "remote",
|
||||
"port": 2345,
|
||||
"host": "127.0.0.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user