Skip to content

Commit 35c6bdf

Browse files
authored
chore: update tos url
1 parent 96ef613 commit 35c6bdf

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)