项目文件夹

文件
Andrew df646b34e2 amend
2024-10-31 20:31:45 -07:00
..
2024-10-31 17:10:39 -07:00
2024-10-31 17:10:39 -07:00
2024-10-31 20:31:07 -07:00
2024-09-22 04:12:00 -07:00
2024-10-31 20:31:45 -07:00
2024-10-31 17:10:39 -07:00
2024-10-11 16:35:33 -07:00
2024-09-22 04:12:00 -07:00

Please see the CONTRIBUTING.md for information on how to contribute :)!

Here's an overview on how the extension works:

  • The extension mounts in extension.ts.

  • The Sidebar's HTML (everything in sidebar/) is built in React, and it's rendered by mounting a <script> tag - see SidebarWebviewProvider.ts.

  • Communication between the sidebar script and the extension takes place via API. You can search for "postMessage" to see where API calls happen.