未验证 提交 0c33bb3f 编写于 作者: D Daniel Imms 提交者: GitHub

Merge pull request #61400 from nschonni/double-text

typo: Double word "text"
......@@ -869,7 +869,7 @@ declare module 'vscode' {
replyToCommentThread(document: TextDocument, range: Range, commentThread: CommentThread, text: string, token: CancellationToken): Promise<CommentThread>;
/**
* Called when a user edits the comment body to the be new text text.
* Called when a user edits the comment body to the be new text.
*/
editComment?(document: TextDocument, comment: Comment, text: string, token: CancellationToken): Promise<void>;
......
......@@ -15,7 +15,7 @@ import { ITextBufferFactory } from 'vs/editor/common/model';
import { RawContextKey } from 'vs/platform/contextkey/common/contextkey';
/**
* The save error handler can be installed on the text text file editor model to install code that executes when save errors occur.
* The save error handler can be installed on the text file editor model to install code that executes when save errors occur.
*/
export interface ISaveErrorHandler {
......@@ -34,7 +34,7 @@ export interface ISaveParticipant {
}
/**
* States the text text file editor model can be in.
* States the text file editor model can be in.
*/
export const enum ModelState {
SAVED,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册