Skip to content

Commit ef9abfc

Browse files
silviac98Silvia Chen
andauthored
feat(toolkit): Enhance autocomplete for variable and JSONata expression in JSON ASL files. (aws#6478)
## Feature description Step Functions: Upgrade amazon-states-language-service to 1.15. This new version enhance autocomplete for variable and JSONata expression in JSON ASL files. [Variables and JSONata](https://aws.amazon.com/blogs/compute/simplifying-developer-experience-with-variables-and-jsonata-in-aws-step-functions/) was a Step Funtions feature released in 2024 Nov ### Demo: ![jsonata-autocomplete](https://github.com/user-attachments/assets/ee9d01e7-8458-480a-8568-d34a6b862b87) --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: Silvia Chen <[email protected]>
1 parent e1413a9 commit ef9abfc

File tree

3 files changed

+54
-33
lines changed

3 files changed

+54
-33
lines changed

package-lock.json

Lines changed: 49 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
"@vscode/debugprotocol": "^1.57.0",
520520
"@zip.js/zip.js": "^2.7.41",
521521
"adm-zip": "^0.5.10",
522-
"amazon-states-language-service": "^1.13.0",
522+
"amazon-states-language-service": "^1.15.0",
523523
"async-lock": "^1.4.0",
524524
"aws-sdk": "^2.1692.0",
525525
"aws-ssm-document-language-service": "^1.0.0",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Step Functions: Upgrade amazon-states-language-service to 1.15. This new version enhance autocomplete for variable and JSONata expression in JSON ASL files."
4+
}

0 commit comments

Comments
 (0)