4 Commits

Author SHA1 Message Date
Rankin Zheng
63630ef5e7 Refactor file structure
Rename src/views to src and move index.html and index.tsx to the root directory.
2023-05-06 17:32:01 +08:00
Rankin Zheng
f87525da78 Add webpack configuration for webview
This commit adds a new webpack configuration for the webview part of the project. It includes the necessary rules for transpiling and bundling the TypeScript and React code, as well as the CSS and image files. The new configuration is added to the existing configuration for the extension. The devtool option is changed to 'source-map' for better debugging experience.
2023-05-05 23:08:48 +08:00
Rankin Zheng
84222db4cc refactor: Refactor VSCode extension using React. 2023-05-04 16:09:19 +08:00
Jinglei Ren
561ec4b505 Scaffold the VS Code extension 2023-04-14 08:11:05 +08:00