1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-10 08:15:25 +02:00

chore(git): ignore prettier commits on git blame (#6584)

* chore(git): ignore prettier commits on git blame

* chore(vscode): fix launch command
This commit is contained in:
Chaim Lev-Ari 2022-02-22 16:27:35 +02:00 committed by GitHub
parent a89c3773dd
commit ff7847aaa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -9,7 +9,7 @@
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceRoot}/api/cmd/portainer/main.go",
"program": "${workspaceRoot}/api/cmd/portainer",
"cwd": "${workspaceRoot}",
"env": {},
"showLog": true,