Browse Source
* vscode workspace config for debug run + linting * ignore debug build filepull/639/head^2
3 changed files with 26 additions and 1 deletions
@ -0,0 +1,16 @@
|
||||
{ |
||||
"version": "0.2.0", |
||||
"configurations": [ |
||||
{ |
||||
"name": "Launch Package", |
||||
"type": "go", |
||||
"request": "launch", |
||||
"mode": "auto", |
||||
"program": "${workspaceFolder}/cmd/gotosocial", |
||||
"args": [ |
||||
"testrig", "start" |
||||
], |
||||
"cwd": "${workspaceFolder}" |
||||
} |
||||
] |
||||
} |
||||
Loading…
Reference in new issue