We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edacbf1 commit f268499Copy full SHA for f268499
1 file changed
.vscode/settings.json
@@ -2,7 +2,9 @@
2
"markdown.extension.toc.levels": "1..3",
3
"editor.formatOnSave": true,
4
"editor.defaultFormatter": "esbenp.prettier-vscode",
5
- "[javascript]": {
6
- "editor.tabSize": 2
7
- }
+ "sonarlint.connectedMode.project": {
+ "connectionId": "guibranco",
+ "projectKey": "guibranco_github-readme-stats"
8
+ },
9
+ "sarif-viewer.connectToGithubCodeScanning": "on",
10
}
0 commit comments