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

pull/44545/head^2
Gabriel MABILLE 3 years ago committed by GitHub
parent f1b2e2b7ff
commit 74ee5262e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .vscode/launch.json

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

Loading…
Cancel
Save