Skip to content

Commit c22846f

Browse files
authored
docs: readme cleanup #3619
1 parent cedba14 commit c22846f

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# AWS Toolkit for Visual Studio Code
22

3-
| System | Status |
4-
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
5-
| Build ([main branch](https://github.com/aws/aws-toolkit-vscode/commits/master)) | [![GitHub CI status](https://github.com/aws/aws-toolkit-vscode/workflows/CI/badge.svg?branch=master)](https://github.com/aws/aws-toolkit-vscode/actions?query=branch%3Amaster) ![CodeBuild Build Status - main branch](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiMlluaDRTMnZLdmMvcFREQVQ4RjFoK0FUSTZPdlRVcWJlQ2gwRElLT2gxZDhMeno5MThZZnlXdURDVFFjOWdqSEQ5QjVBYm0xSURoU3E1RTVHejltcnZrPSIsIml2UGFyYW1ldGVyU3BlYyI6IkY3SE9CaG1oMHhJUmsyakkiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master) [![Coverage](https://img.shields.io/codecov/c/github/aws/aws-toolkit-vscode/master.svg)](https://codecov.io/gh/aws/aws-toolkit-vscode/branch/master) [![LGTM Grade](https://img.shields.io/lgtm/grade/javascript/github/aws/aws-toolkit-vscode)](https://lgtm.com/projects/g/aws/aws-toolkit-vscode/) |
6-
| [Marketplace](https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.aws-toolkit-vscode) | [![Marketplace Version](https://img.shields.io/vscode-marketplace/v/AmazonWebServices.aws-toolkit-vscode.svg) ![Marketplace Downloads](https://img.shields.io/vscode-marketplace/d/AmazonWebServices.aws-toolkit-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.aws-toolkit-vscode) |
3+
[![GitHub CI status](https://github.com/aws/aws-toolkit-vscode/workflows/CI/badge.svg?branch=master)](https://github.com/aws/aws-toolkit-vscode/actions?query=branch%3Amaster) [![Coverage](https://img.shields.io/codecov/c/github/aws/aws-toolkit-vscode/master.svg)](https://codecov.io/gh/aws/aws-toolkit-vscode/branch/master) [![Marketplace Version](https://img.shields.io/vscode-marketplace/v/AmazonWebServices.aws-toolkit-vscode.svg) ![Marketplace Downloads](https://img.shields.io/vscode-marketplace/d/AmazonWebServices.aws-toolkit-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.aws-toolkit-vscode)
74

8-
The AWS Toolkit for Visual Studio Code is an extension for working with AWS services such as AWS Lambda.
5+
The AWS Toolkit for Visual Studio Code is an extension for connecting your IDE to your AWS resources:
6+
7+
- Connect with IAM credentials, [IAM Identity Center (SSO)](https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html),
8+
or [AWS Builder ID](https://docs.aws.amazon.com/signin/latest/userguide/differences-aws_builder_id.html)
9+
- Use [CodeWhisperer](https://aws.amazon.com/codewhisperer/) to write code
10+
- Connect to your [CodeCatalyst](https://codecatalyst.aws/) Dev Environments
11+
- Debug your Lambda functions using [SAM CLI](https://github.com/aws/aws-sam-cli)
12+
- Check and autocomplete code in SAM/CFN (CloudFormation) `template.yaml` files
13+
- `Open Terminal` on your ECS tasks
14+
- `Search Log Group` on your CloudWatch logs
15+
- Browse your AWS resources
916

1017
The Toolkit is available from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/itemdetails?itemName=AmazonWebServices.aws-toolkit-vscode).
1118

@@ -17,7 +24,7 @@ requests or any positive contribution. See [CONTRIBUTING.md](CONTRIBUTING.md).
1724
- The [Quick Start Guide](README.quickstart.vscode.md) provides an overview
1825
of common Toolkit tasks.
1926
- The [User Guide](https://docs.aws.amazon.com/console/toolkit-for-vscode/welcome)
20-
contains detailed instructions for getting up and running with the Toolkit.
27+
contains full instructions for using the Toolkit.
2128

2229
## Feedback
2330

@@ -27,6 +34,7 @@ We want your feedback!
2734
- [Ask a question](https://github.com/aws/aws-toolkit-vscode/issues/new?labels=guidance&template=guidance_request.md)
2835
- [Request a new feature](https://github.com/aws/aws-toolkit-vscode/issues/new?labels=feature-request&template=feature_request.md)
2936
- [File an issue](https://github.com/aws/aws-toolkit-vscode/issues/new?labels=bug&template=bug_report.md)
37+
- Or send a pull request!
3038

3139
## License
3240

0 commit comments

Comments
 (0)