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 0883372 commit 3e3f05fCopy full SHA for 3e3f05f
packages/core/src/codewhisperer/util/editorContext.ts
@@ -208,7 +208,8 @@ function logSupplementalContext(supplementalContext: CodeWhispererSupplementalCo
208
isUtg: ${supplementalContext.isUtg},
209
isProcessTimeout: ${supplementalContext.isProcessTimeout},
210
contentsLength: ${supplementalContext.contentsLength},
211
- latency: ${supplementalContext.latency}`,
+ latency: ${supplementalContext.latency}
212
+ strategy: ${supplementalContext.strategy}`,
213
4,
214
true
215
).trimStart()
0 commit comments