Files
office-data-matcher/.vscode/extensions.json
RainySY 2cef098632 feat: Initialize data-matcher project with Wails framework
- Added frontend runtime JavaScript functions for logging, window management, and notifications.
- Created Go module with dependencies for Wails and Excel processing.
- Implemented main application entry point with embedded frontend assets.
- Configured Wails application settings in wails.json.

Co-authored-by: Copilot <copilot@github.com>
2026-05-07 01:11:05 +08:00

9 lines
123 B
JSON

{
"recommendations": [
"golang.go",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"wails.wails"
]
}