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:
parent
a89c3773dd
commit
ff7847aaa5
3 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue