Skip to content

Commit f100bdc

Browse files
committed
try bumping minimum vscode version to 1.90;
1 parent 4b5008c commit f100bdc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"engines": {
77
"npm": "^10.1.0",
8-
"vscode": "^1.83.0"
8+
"vscode": "^1.90.0"
99
},
1010
"exports": {
1111
".": "./dist/src/extension.js",

packages/core/src/test/applicationcomposer/messageHandlers/generateResourceHandler.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ describe.only('generateResourceHandler', function () {
1616
})
1717
for (const _ of Array.from({ length: 1000 }, (i) => i)) {
1818
it('amazon q is not installed', async () => {
19-
this.retries(3)
2019
const panel = await createTemplate()
2120
const postMessageSpy = sinon.spy(panel.webview, 'postMessage')
2221
const context = await createWebviewContext({

0 commit comments

Comments
 (0)