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",
"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"]
}
]
}