-
Notifications
You must be signed in to change notification settings - Fork 6
AI programming #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
AI programming #17
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…n to clean up the project structure
…T-Thread configuration
- Created layout component with header and sidebar navigation. - Implemented SDK manager page with table and CRUD operations for SDK configurations. - Added TypeScript configuration files for better type checking and module resolution. - Updated Vite configuration to include new routes for setting and create project views. - Developed webview for creating projects with environment setup and management functionalities. - Implemented settings webview for managing RT-Thread configurations and environment installations.
- Enhanced the local toolchain configuration interface in `index.vue` for better user experience, including improved layout and functionality for adding, editing, and deleting toolchains. - Implemented confirmation dialog for deletion of toolchains to prevent accidental removals. - Moved environment-related functions from `setting.ts` to a new module `settings_env.ts` for better organization and maintainability. - Created a new module `settings_sdk.ts` to handle SDK-related functionalities, including reading SDK package information, managing SDK configurations, and processing SDK-related messages. - Updated the message handling in `setting.ts` to delegate SDK and Env messages to their respective handlers. - Improved error handling and user feedback throughout the SDK and Env management processes.
Sunxianfu See merge request cooperation/vscode-rt-smart!1
Sunxianfu See merge request cooperation/vscode-rt-smart!2
feat: 修复切换 tab 显示问题,修改标题 See merge request cooperation/vscode-rt-smart!3
feat: 修复标题问题 See merge request cooperation/vscode-rt-smart!4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add more features and fix bugs with AI.