diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..a4401cc9 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "useApiV1": false, + "name": "Debug parser", + "type": "go", + "request": "launch", + "mode": "auto", + "program": "${workspaceFolder}", + "cwd": "${workspaceFolder}", + } + ] +}