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 226dd6f commit 5f9979eCopy full SHA for 5f9979e
packages/core/src/testInteg/stepFunctions/init.test.ts
@@ -35,7 +35,7 @@ describe('stepFunctions ASL LSP', async function () {
35
)) as vscode.CompletionList
36
assert.deepStrictEqual(
37
result.items.map((item) => item.label),
38
- ['Comment', 'StartAt', 'States', 'TimeoutSeconds', 'Version']
+ ['Comment', 'QueryLanguage', 'StartAt', 'States', 'TimeoutSeconds', 'Version']
39
)
40
})
41
0 commit comments