Skip to content

Commit 9e0ecbd

Browse files
Merge master into feature/dynamodb
2 parents 7b3d344 + 043881c commit 9e0ecbd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/core/src/test/techdebt.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ describe('tech debt', function () {
2828
semver.lt(minVscode, '1.75.0'),
2929
'remove AsyncLocalStorage polyfill used in `spans.ts` if Cloud9 is on node 14+'
3030
)
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'
36+
)
3137
})
3238

3339
it('nodejs minimum version', async function () {

0 commit comments

Comments
 (0)