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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,11 @@ describe('tech debt', function () {
25
25
semver.lt(minVscode,'1.93.0'),
26
26
'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'
27
27
)
28
+
29
+
assert.ok(
30
+
semver.lt(minVscode,'1.88.0'),
31
+
'with vscode 1.88, we can remove the check in src/test/applicationcomposer/messageHandlers/generateResourceHandler.test.ts (generateResourceHandler: amazon q is not installed) test'
0 commit comments