diff --git a/.vscode/settings.template.json b/.vscode/settings.template.json index ccfcfc2631b00..43d69a60b609c 100644 --- a/.vscode/settings.template.json +++ b/.vscode/settings.template.json @@ -6,4 +6,10 @@ // To use the locally built compiler, after 'npm run build': // "typescript.tsdk": "built/local" + + // To ignore commits listed in .git-blame-ignore-revs in GitLens: + // "gitlens.advanced.blame.customArguments": [ + // "--ignore-revs-file", + // ".git-blame-ignore-revs" + // ] }