Thank you for helping improve the extension!
Please use the following links to:
If you see the following message, please click "View logs & Report" and follow the instructions to Report an Exception.
From v4.1.0, a "Debug Mode" was introduced which prints detailed logs to the output channel:
If you are experiencing some non-fatal issues, e.g. low performance or unexpected results, you can enable "Debug Mode" and send logs in a new issue to help us root-cause it.
All source files are in src/
:
extension.ts
: Main entry point of the extension, including commands, event handling, etc.vscode/
: All code relating to VS Code Extension APIs, including user/workspace configurations, output channel logs, etc.
This extension is built on Format-Imports APIs. Please check out its CONTRIBUTING.md for how the formatting works.