Skip to content

Commit ee075e3

Browse files
committed
docs(marketplace): use image URLs (again)
Problem: vsce package always replaces .gif image paths with URLs. For example, ![creds](./resources/marketplace/vscode/creds.gif) is replaced with: ![creds](https://github.com/aws/aws-toolkit-vscode/raw/HEAD/resources/marketplace/vscode/creds.gif) This only happens for .gif, not .png. Furthermore, both GitLens and CoPilot (two major vscode extensions) use URLs for their README.md gifs. Example: from `GitHub.copilot-1.78.9758.vsix`: ![comment-to-code](https://user-images.githubusercontent.com/37570492/212965036-26579d9f-cfaf-44eb-90fb-76421dc7ab9d.gif) Example: from GitLens https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/README.md Solution: Use URLs for .gif images.
1 parent ba40d13 commit ee075e3

11 files changed

+10
-10
lines changed

README.quickstart.vscode.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,57 +14,57 @@ The AWS Toolkit lets you interact with AWS directly from VS Code. Ready to insta
1414

1515
Access AWS resources across your accounts and regions.
1616

17-
![creds](./resources/marketplace/vscode/creds.gif)
17+
![creds](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/master/docs/marketplace/vscode/creds.gif)
1818

1919
### S3 support
2020

2121
View, create, and edit S3 buckets, folders, and files.
2222

23-
![S3](./resources/marketplace/vscode/S3.gif)
23+
![S3](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/master/docs/marketplace/vscode/S3.gif)
2424

2525
### Download & upload Lambda functions
2626

27-
![download-Lambda](./resources/marketplace/vscode/download-Lambda.gif)
27+
![download-Lambda](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/master/docs/marketplace/vscode/download-Lambda.gif)
2828

2929
## Troubleshoot AWS from the IDE
3030

3131
### Lambda
3232

3333
Step-through AWS Lambda functions using the VS Code debugger
3434

35-
![Lambda_step_through_debugging](./resources/marketplace/vscode/Lambda_step_through_debugging.gif)
35+
![Lambda_step_through_debugging](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/master/docs/marketplace/vscode/Lambda_step_through_debugging.gif)
3636

3737
### CloudWatch Logs
3838

3939
Find logs generated by your AWS resources
4040

41-
![cw_logs](./resources/marketplace/vscode/cw_logs.gif)
41+
![cw_logs](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/master/docs/marketplace/vscode/cw_logs.gif)
4242

4343
### ECS
4444

4545
Execute commands against running ECS containers (or open a terminal)
4646

47-
![ecs-terminal](./resources/marketplace/vscode/ecs-terminal.gif)
47+
![ecs-terminal](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/master/docs/marketplace/vscode/ecs-terminal.gif)
4848

4949
## Write and edit code faster
5050

5151
### [Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/)
5252

5353
Build applications faster with automatic code recommendations based on the code and comments in VS Code.
5454

55-
![CodeWhisperer](./resources/marketplace/vscode/codewhisperer.gif)
55+
![CodeWhisperer](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/master/docs/marketplace/vscode/codewhisperer.gif)
5656

5757
### [Amazon CodeCatalyst](https://aws.amazon.com/codecatalyst/)
5858

5959
Launch VS Code in a cloud development environment, powered by Amazon CodeCatalyst.
6060

61-
![CodeCatalyst](./resources/marketplace/vscode/CC_dev_env.gif)
61+
![CodeCatalyst](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/master/docs/marketplace/vscode/CC_dev_env.gif)
6262

6363
### CloudFormation
6464

6565
Autocompletion and syntax support for CloudFormation templates
6666

67-
![cfn_autocompletion](./resources/marketplace/vscode/cfn_autocompletion.gif)
67+
![cfn_autocompletion](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/master/docs/marketplace/vscode/cfn_autocompletion.gif)
6868

6969
## More features
7070

@@ -88,7 +88,7 @@ For a full list of features, visit [our documentation](https://docs.aws.amazon.c
8888
2. **CodeWhisperer** - connect using an AWS Builder ID or IAM Identity Center (formerly SSO)
8989
3. **CodeCatalyst** - connect using AWS Builder ID
9090

91-
![getting-started](./resources/marketplace/vscode/getting-started.gif)
91+
![getting-started](https://raw.githubusercontent.com/aws/aws-toolkit-vscode/master/docs/marketplace/vscode/getting-started.gif)
9292

9393
## Troubleshooting
9494

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)