Skip to content

Commit b7a6fe1

Browse files
author
Jerry Bruwes
committed
modified: .vscode/settings.json
1 parent 72d7a6c commit b7a6fe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"editor.defaultFormatter": "esbenp.prettier-vscode",
66
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
77
"eslint.validate": ["typescript"],
8-
"typescript.tsdk": "node_modules/typescript/lib"
8+
"typescript.tsdk": "node_modules/typescript/lib",
9+
"git.followTagsWhenSync": true
910
}

0 commit comments

Comments
 (0)