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 72d7a6c commit b7a6fe1Copy full SHA for b7a6fe1
.vscode/settings.json
@@ -5,5 +5,6 @@
5
"editor.defaultFormatter": "esbenp.prettier-vscode",
6
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
7
"eslint.validate": ["typescript"],
8
- "typescript.tsdk": "node_modules/typescript/lib"
+ "typescript.tsdk": "node_modules/typescript/lib",
9
+ "git.followTagsWhenSync": true
10
}
0 commit comments