mirror of
https://github.com/tgdrive/teldrive.git
synced 2024-12-27 09:52:15 +08:00
docs: Update launch.json configuration
This commit is contained in:
parent
1b0a2625ce
commit
86abe35a34
1 changed files with 2 additions and 5 deletions
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue