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
+1
View File
@@ -8,6 +8,7 @@
"mode": "auto",
"program": "${workspaceFolder}/pkg/cmd/grafana-server/",
"env": {},
"cwd": "${workspaceFolder}",
"args": ["--homepath", "${workspaceFolder}", "--packaging", "dev"]
},
{