I use the monaco-yaml with react.
JSON SCHEMA:
schema: {
type: "object",
properties: {
name: {
type: "string",
description: "用例名称",
},
description: {
type: "string",
description: "用例内容描述",
},
},
}
When my cursor is at the very beginning of a line, typing 'n' does not provide any prompts. However, if I first input a space and then type 'n', a prompt will appear.
I tried https://monaco-yaml.js.org, and this issue did not occur.
I use the monaco-yaml with react.
JSON SCHEMA:
When my cursor is at the very beginning of a line, typing 'n' does not provide any prompts. However, if I first input a space and then type 'n', a prompt will appear.
I tried https://monaco-yaml.js.org, and this issue did not occur.