You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/src/test/techdebt.test.ts
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,12 @@ describe('tech debt', function () {
28
28
semver.lt(minVscode,'1.75.0'),
29
29
'remove AsyncLocalStorage polyfill used in `spans.ts` if Cloud9 is on node 14+'
30
30
)
31
+
32
+
// see https://github.com/microsoft/vscode/issues/173861
33
+
assert.ok(
34
+
semver.lt(minVscode,'1.93.0'),
35
+
'keepAlive works properly in vscode 1.93+. Remove src/codewhisperer/client/agent.ts and other code related to https://github.com/aws/aws-toolkit-vscode-staging/pull/1214'
0 commit comments