diff --git a/.vscode/launch.json b/.vscode/launch.json index 2ca2b1d..fe091ce 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,32 +1,31 @@ { - "version": "0.2.0", - "configurations": [ - { - "name": "Debug", - "type": "go", - "request": "launch", - "mode": "debug", - "remotePath": "", - "port": 2345, - "host": "127.0.0.1", - "program": "${workspaceRoot}/main.go", - "env": {}, - "args": [], - "showLog": true - }, - { - "name": "File Debug", - "type": "go", - "request": "launch", - "mode": "debug", - "remotePath": "", - "port": 2345, - "host": "127.0.0.1", - "program": "${fileDirname}", - "env": {}, - "args": [], - "showLog": true - } - - ] + "version": "0.2.0", + "configurations": [ + { + "name": "Debug", + "type": "go", + "request": "launch", + "mode": "debug", + "remotePath": "", + "port": 2345, + "host": "127.0.0.1", + "program": "${workspaceRoot}/main.go", + "env": {}, + "args": [], + "showLog": true + }, + { + "name": "File Debug", + "type": "go", + "request": "launch", + "mode": "debug", + "remotePath": "", + "port": 2345, + "host": "127.0.0.1", + "program": "${fileDirname}", + "env": {}, + "args": [], + "showLog": true + } + ] } \ No newline at end of file