File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ export class AuthUtil {
85
85
return this . secondaryAuth . activeConnection
86
86
}
87
87
88
+ // TODO: move this to the shared auth.ts
88
89
public get startUrl ( ) : string | undefined {
89
90
// Reformat the url to remove any trailing '/' and `#`
90
91
// e.g. https://view.awsapps.com/start/# will become https://view.awsapps.com/start
Original file line number Diff line number Diff line change @@ -65,4 +65,5 @@ class CodeWhispererSession {
65
65
}
66
66
}
67
67
68
+ // TODO: convert this to a function call
68
69
export const session = CodeWhispererSession . instance
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ export class TelemetryHelper {
210
210
this . sessionDecisions . push ( aggregatedEvent )
211
211
}
212
212
213
+ // TODO: use a ternary for this
213
214
let acceptedRecommendationContent
214
215
if ( acceptIndex != - 1 && recommendations [ acceptIndex ] != undefined ) {
215
216
acceptedRecommendationContent = recommendations [ acceptIndex ] . content
You can’t perform that action at this time.
0 commit comments