You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AWS Toolkit to recommended extension
The LocalStack Toolkit works well together with the AWS Toolkit, so we
add it to the recommended VS Code Extensions prompt to the user upon
installation.
chore: add AWS Toolkit and remote debugging to README
chore: update repository URL
Co-authored-by: Joel Scheuner <[email protected]>
Co-authored-by: Peter Smith <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ The LocalStack Toolkit for VS Code enables you to install, configure, and run Lo
4
4
5
5
## Install and configure LocalStack
6
6
7
-
The setup wizard ensures LocalStack is installed and configured for a seamless integration with AWS tools, like AWS CLI, SDKs, CDK.
7
+
The setup wizard ensures LocalStack is installed and configured for a seamless integration with AWS tools, like the AWS Toolkit VS Code extension, AWS CLI, SDKs, and CDK.
8
8
9
9
LocalStack can be installed either locally for the current user or globally for all users.
10
10
11
11
You can start using LocalStack for free by signing up for a free account or signing into an existing one. The setup wizard facilitates this process and configures your authentication token required to start LocalStack.
12
12
13
-
The LocalStack Toolkit integrates seamlessly with AWS tools like the AWS CLI. It automatically configures a dedicated `localstack` AWS profile in your `.aws/config` and `.aws/credentials` files, if one is not already present.
13
+
The LocalStack Toolkit integrates seamlessly with AWS tools like the AWS Toolkit VS Code extension, AWS CLI, SDKs, and CDK. It automatically configures a dedicated `localstack` AWS profile in your `.aws/config` and `.aws/credentials` files, if one is not already present.
14
14
15
15

16
16
@@ -26,7 +26,8 @@ You can see LocalStack logs in the VS Code Output panel. Simply select LocalStac
26
26
27
27
## `localstack` AWS profile
28
28
29
-
Once the profile is configured you can use it from your favorite AWS tools like AWS CLI, SDKs, CDK to deploy to and interact with LocalStack.
29
+
Once the profile is configured you can use it from your favorite AWS tools like the AWS Toolkit VS Code extension, AWS CLI, SDKs, and CDK to deploy to and interact with LocalStack.
30
+
For example, the AWS Toolkit for VS Code includes compatibility with your `localstack` AWS profile and the integration enables Lambda Remote Debugging on LocalStack. Check [AWS Lambda with LocalStack support](https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/lambda-localstack.html) and [LocalStack Lambda Remote Debugging](https://docs.localstack.cloud/aws/tooling/lambda-tools/remote-debugging/) for detailed information.
30
31
31
32
## Changelog
32
33
@@ -40,7 +41,7 @@ Once the profile is configured you can use it from your favorite AWS tools like
40
41
41
42
### LocalStack Toolkit for VS Code extension support
42
43
43
-
Please provide feedback or report an issue on the LocalStack Toolkit for VS Code by using our [GitHub Issues](https://github.com/localstack/localstack-vscode-extension/issues) page.
44
+
Please provide feedback or report an issue on the LocalStack Toolkit for VS Code by using our [GitHub Issues](https://github.com/localstack/localstack-toolkit-vscode/issues) page.
0 commit comments