提交 bf427e3d 编写于 作者: M Martin Aeschlimann

[json] add IJSONSchemaSnippet.bodyText. Fixes #16212

上级 2bd85b81
......@@ -52,5 +52,6 @@ export interface IJSONSchemaMap {
export interface IJSONSchemaSnippet {
label?: string;
description?: string;
body: any;
body?: any; // a object that will be JSON stringified
bodyText?: string; // an already stringified JSON object that can contain new lines (\n) and tabs (\t)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册