Skip to content
Snippets Groups Projects

Resolve "Simplify api-log"

Merged Pieter van Staden requested to merge 16-simplify-api-log into main
24 files
+ 140
1286
Compare changes
  • Side-by-side
  • Inline

Files

+ 17
0
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Connect to server",
"type": "go",
"request": "attach",
"mode": "remote",
"remotePath": "${workspaceFolder}",
"port": 5986,
"host": "127.0.0.1"
}
]
}
\ No newline at end of file
Loading