We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958487b commit 4c7e327Copy full SHA for 4c7e327
.vscode/settings.template.json
@@ -8,10 +8,10 @@
8
// "typescript.tsdk": "built/local"
9
10
// To ignore commits listed in .git-blame-ignore-revs in GitLens:
11
- // "gitlens.advanced.blame.customArguments": [
12
- // "--ignore-revs-file",
13
- // ".git-blame-ignore-revs"
14
- // ]
+ "gitlens.advanced.blame.customArguments": [
+ "--ignore-revs-file",
+ ".git-blame-ignore-revs"
+ ],
15
16
// Match eslint-plugin-simple-import-sort in organize/auto-imports.
17
"typescript.unstable": {
0 commit comments