mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
chore: update eslint config and translation adjustments
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> This commit includes several updates: - Updated eslint configuration with improved formatting and organization - Added SaveMemoryToolCall support in vscode-ide-companion - Translated Chinese comments and UI text to English in various components - Made minor code formatting improvements across multiple files
This commit is contained in:
parent
e577966f75
commit
02db22dd78
9 changed files with 211 additions and 168 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -64,12 +64,12 @@ docs-site/.next
|
|||
# content is a symlink to ../docs
|
||||
docs-site/content
|
||||
|
||||
# storybook
|
||||
*storybook.log
|
||||
storybook-static
|
||||
|
||||
# python cache
|
||||
__pycache__/
|
||||
|
||||
integration-tests/concurrent-runner/output/
|
||||
integration-tests/concurrent-runner/task-*
|
||||
|
||||
# storybook
|
||||
*storybook.log
|
||||
storybook-static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue