chore(dx): disable sonarsource vscode extension
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions

eslint-plugin-sonarjs > 2.0.0 has almost complete support
for the SonarQube rules, so it's redundant to have it
when eslint can do everything

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
Fernando Fernández 2024-12-03 14:38:34 +01:00
parent 376664af19
commit c68fa178fd
No known key found for this signature in database
GPG Key ID: 82FD36644F1F4D3B
2 changed files with 4 additions and 10 deletions

View File

@ -7,12 +7,12 @@
"dbaeumer.vscode-eslint",
"lokalise.i18n-ally",
"ryanluker.vscode-coverage-gutters",
"yoavbls.pretty-ts-errors",
"SonarSource.sonarlint-vscode"
"yoavbls.pretty-ts-errors"
],
"unwantedRecommendations": [
"octref.vetur",
"esbenp.prettier-vscode",
"vue.vscode-typescript-vue-plugin"
"vue.vscode-typescript-vue-plugin",
"SonarSource.sonarlint-vscode"
]
}

View File

@ -49,11 +49,5 @@
"vue.inlayHints.vBindShorthand": true,
"vue.inlayHints.optionsWrapper": true,
"vue.inlayHints.destructuredProps": true,
"sonarlint.output.showAnalyzerLogs": true,
"sonarlint.output.showVerboseLogs": true,
"sonarlint.connectedMode.project": {
"connectionId": "jellyfin-vue",
"projectKey": "jellyfin_jellyfin-vue"
},
"typescript.tsserver.experimental.enableProjectDiagnostics": true
"typescript.tsserver.experimental.enableProjectDiagnostics": false
}