aws-toolkit-vscode
aws-toolkit-vscode copied to clipboard
Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
## Problem When customer invoke CodeWhisperer, they might already have matching brackets in the right context but our current implementation is not taking it into account. ## Solution When customer...
## Problem View is re-rendered when a node becomes "invisible". This is a consequence of visibility being functionally different from a node's children changing. ## Solution Externally refresh a specific...
## Problem Some messages have awkward or verbose wording. ## Solution Adjust the messages. ## License By submitting this pull request, I confirm that my contribution is made under the...
Automatic merge failed due to conflicts. Manual resolution is required
## Problem Using AWS Toolkit Connect to AWS or Choose Profile command results in the following error: ``` 2022-08-10 18:29:21 [ERROR]: aws.login: Error: Extension 'amazonwebservices.aws-toolkit-vscode' CANNOT use API proposal: quickPickSeparators....
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1048.0 to 2.1191.0. Release notes Sourced from aws-sdk's releases. Release v2.1191.0 See changelog for more information. Release v2.1190.0 See changelog for more information. Release v2.1189.0 See changelog...
**Is your feature request related to a problem? Please describe.** ECS Execute-Command already uses the `--interactive` flag. However, the command execution goes to an Output (read-only) pane. We often want...
## Problem If ecs exec is used to run a command that takes too long or hangs, Toolkit does not provide a way to cancel it. https://github.com/aws/aws-toolkit-vscode/issues/2607#issuecomment-1210098083 : > if...
When searching through cloudwatch logs for something in particular, I need to know which log stream it is in. If I dont, i need to search each individual log stream...
via IDE feedback: --- Hi there! I was trying to use AWS Toolkit for Visual Studio Code to look up CloudWatch logstream with 1-week range of logs data. I was...