diff --git a/.vscode/launch.json b/.vscode/launch.json index a963ca6..7e82f81 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,7 +1,4 @@ { - // 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": [ { @@ -9,8 +6,8 @@ "type": "go", "request": "launch", "mode": "auto", - "program": "${workspaceFolder}/cmd/teldrive", - "args": ["run","--config","C:\\Users\\divya\\Documents\\Github\\teldrive\\bin\\config.toml"] + "program": "${workspaceFolder}", + "args": ["run"] } ] } \ No newline at end of file