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 5943dab commit baeba7fCopy full SHA for baeba7f
.vscode/extensions.json
@@ -1,3 +1,7 @@
1
{
2
- "recommendations": ["biomejs.biome", "bradlc.vscode-tailwindcss"]
+ "recommendations": [
3
+ "biomejs.biome",
4
+ "bradlc.vscode-tailwindcss",
5
+ "SonarSource.sonarlint-vscode"
6
+ ]
7
}
.vscode/settings.json
@@ -12,5 +12,9 @@
12
"tailwindCSS.experimental.classRegex": [
13
["cva\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"],
14
["cx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
15
- ]
+ ],
16
+ "sonarlint.connectedMode.project": {
17
+ "connectionId": "gitify-app",
18
+ "projectKey": "gitify-app_gitify"
19
+ }
20
0 commit comments