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.
2 parents 96ef613 + 35c6bdf commit f184a33Copy full SHA for f184a33
src/config/DeepCodeConfig.ts
@@ -46,7 +46,7 @@ class DeepCodeConfig implements DeepCode.ExtensionConfigInterface {
46
return `${this.deepcodeUrl}app/~platform/account`;
47
},
48
get termsConditionsUrl(): string {
49
- return `${this.deepcodeUrl}tc`;
+ return `${this.deepcodeUrl}tc?utm_source=vsc`;
50
51
changeDeepCodeUrl: (url: string): void => {
52
this.deepcode.deepcodeUrl = url;
0 commit comments