Skip to content

Commit f184a33

Browse files
authored
Merge pull request #30 from DeepCodeAI/tos-url
chore: update tos url
2 parents 96ef613 + 35c6bdf commit f184a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/DeepCodeConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class DeepCodeConfig implements DeepCode.ExtensionConfigInterface {
4646
return `${this.deepcodeUrl}app/~platform/account`;
4747
},
4848
get termsConditionsUrl(): string {
49-
return `${this.deepcodeUrl}tc`;
49+
return `${this.deepcodeUrl}tc?utm_source=vsc`;
5050
},
5151
changeDeepCodeUrl: (url: string): void => {
5252
this.deepcode.deepcodeUrl = url;

0 commit comments

Comments
 (0)