Created
June 8, 2024 00:58
-
-
Save 5a494d/40107f42fd79fe1641ebac75383e88e3 to your computer and use it in GitHub Desktop.
Theia settings for django container with sonarqube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sonarlint.disableTelemetry": true, | |
"sonarlint.ls.javaHome": "/usr/lib/jvm/java-17-openjdk-amd64", | |
"sonarlint.output.showAnalyzerLogs": true, | |
"sonarlint.output.showVerboseLogs": true, | |
"sonarlint.trace.server": "verbose", | |
"python.autoComplete.extraPaths": [ | |
"/home/project/src", | |
], | |
"python.analysis.extraPaths": [ | |
"/home/project/src", | |
], | |
"python.languageServer": "Pylance" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment