docs: Update launch.json configuration

This commit is contained in:
divyam234 2024-02-13 15:39:55 +05:30
parent 1b0a2625ce
commit 86abe35a34

7
.vscode/launch.json vendored
View file

@ -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", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
@ -9,8 +6,8 @@
"type": "go", "type": "go",
"request": "launch", "request": "launch",
"mode": "auto", "mode": "auto",
"program": "${workspaceFolder}/cmd/teldrive", "program": "${workspaceFolder}",
"args": ["run","--config","C:\\Users\\divya\\Documents\\Github\\teldrive\\bin\\config.toml"] "args": ["run"]
} }
] ]
} }