We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
描述你的问题(Describe the bug)
复现路径(To Reproduce) 总只有三行代码,在第二行时尝试应用五行代码可复现。
registry.registerCodeEditsProvider(async (editor, position, contextBean, token) => { return { items: [ { insertText: `import React from 'react'; export function Todo() { const [todos, setTodos] = React.useState<string[]>([]); }`, range: Range.fromPositions( { lineNumber: 1, column: 1, }, { lineNumber: 4, column: Infinity, }, ), }, ], }; }
预期表现(Expected behavior) 代码正常改写
环境信息(Environment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
描述你的问题(Describe the bug)
复现路径(To Reproduce)
总只有三行代码,在第二行时尝试应用五行代码可复现。
预期表现(Expected behavior)
代码正常改写
环境信息(Environment)
The text was updated successfully, but these errors were encountered: