fix: reset userSettings first login

This commit is contained in:
jialin
2025-12-25 13:14:59 +08:00
parent 73b987358f
commit 9dcdb6b6e7
10 changed files with 60 additions and 23 deletions
@@ -46,6 +46,7 @@ const EditorInner: React.FC<ViewerProps> = forwardRef((props, ref) => {
const yamlUri = monaco.Uri.parse(path);
configureMonacoYaml(monaco, {
hover: false,
schemas: [
{
uri: 'http://example.com/schema-name.json',