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 7ddcd27 commit 777fb40Copy full SHA for 777fb40
src/sonarqube.ts
@@ -46,7 +46,7 @@ export function activate(context: sourcegraph.ExtensionContext): void {
46
return { editor, issues: [] as Issue[], errorMessage: null }
47
}
48
const corsAnyWhereUrl = new URL(
49
- config['sonarqube.corsAnywhereUrl'] || 'https://cors-anywhere.herokuapp.com'
+ config['sonarqube.corsAnywhereUrl'] || 'https://cors-anywhere.sgdev.org'
50
)
51
const sonarqubeUrl = new URL(config['sonarqube.instanceUrl'] || 'https://sonarcloud.io/')
52
const apiOptions: ApiOptions = {
0 commit comments