Skip to content

aws/aws-toolkit-vscode

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Problem:
vscode may invoke our URI handler during startup, before Toolkit
activation has finished (and thus before all Toolkit services have
registered their path handlers). #4105

    No handler found for: vscode://.../connect/codecatalyst URI

Solution:
- Do not call `vscode.window.registerUriHandler()` until after all
  Toolkit services have activated.
- Add "onUri" to package.json "activationEvents". It wasn't the root
  cause of the above issue, but it should be specified anyway.
  https://code.visualstudio.com/api/references/activation-events#onUri
- Improve visibility via logging.
72173f5

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 14, 2023 11:19
November 16, 2023 09:54
August 28, 2023 12:36
November 6, 2023 00:36
November 15, 2023 18:33
November 30, 2023 16:05
November 24, 2023 06:07
November 6, 2023 09:17

AWS Toolkit for Visual Studio Code

GitHub CI status Coverage Marketplace Version Marketplace Downloads

The AWS Toolkit for Visual Studio Code is an extension for connecting your IDE to your AWS resources:

The Toolkit is available from the Visual Studio Marketplace.

This is an open source project because we want you to be involved. We love issues, feature requests, code reviews, pull requests or any positive contribution. See CONTRIBUTING.md.

Documentation

Frequently Asked Questions (FAQ) / Troubleshooting

Go to page.

Feedback

We want your feedback!

License

The AWS Toolkit for Visual Studio Code is distributed under the Apache License, Version 2.0.