提交 45e78ce0 编写于 作者: A Alex Dima

Fixes Microsoft/monaco-editor#719

上级 fbe575c8
......@@ -738,7 +738,7 @@ export interface IInplaceReplaceSupportResult {
*/
export interface ILink {
range: IRange;
url: string;
url?: string;
}
/**
* A provider of links.
......
......@@ -4865,7 +4865,7 @@ declare module monaco.languages {
*/
export interface ILink {
range: IRange;
url: string;
url?: string;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册