Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions packages/toolkit/.changes/3.74.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"date": "2025-09-10",
"version": "3.74.0",
"entries": [
{
"type": "Feature",
"description": "Feature to support the access of SageMakerUnified Studio resources from the local VSCode IDE"
},
{
"type": "Feature",
"description": "AWS Toolkit now correctly uses the endpoint URL specified in the AWS config file for the selected profile"
},
{
"type": "Feature",
"description": "Lambda AppBuilder: Now you can install LocalStack VS Code extension from the AppBuilder walkthrough"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.74.0 2025-09-10

- **Feature** Feature to support the access of SageMakerUnified Studio resources from the local VSCode IDE
- **Feature** AWS Toolkit now correctly uses the endpoint URL specified in the AWS config file for the selected profile
- **Feature** Lambda AppBuilder: Now you can install LocalStack VS Code extension from the AppBuilder walkthrough

## 3.73.0 2025-09-05

- Miscellaneous non-user-facing changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.74.0-SNAPSHOT",
"version": "3.75.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
Loading