vscode: proposal to add current workdir to vscode config (#39088)

This commit is contained in:
Gabriel MABILLE 2022-02-04 09:18:40 +01:00 committed by GitHub
parent f1b2e2b7ff
commit 74ee5262e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.vscode/launch.json vendored
View File

@ -8,6 +8,7 @@
"mode": "auto",
"program": "${workspaceFolder}/pkg/cmd/grafana-server/",
"env": {},
"cwd": "${workspaceFolder}",
"args": ["--homepath", "${workspaceFolder}", "--packaging", "dev"]
},
{