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
|
@ -4,5 +4,5 @@
|
|||
"gopls": {
|
||||
"build.expandWorkspaceToModule": false
|
||||
},
|
||||
"gitlens.advanced.blame.customArguments": ["–ignore-revs-file", ".git-blame-ignore-revs"]
|
||||
"gitlens.advanced.blame.customArguments": ["--ignore-revs-file", ".git-blame-ignore-revs"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue