Skip to content

Commit

Permalink
fix: 代码补全信息
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu committed Jun 19, 2024
1 parent 3932f60 commit 22dfcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _static/luatos-emulator/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require(['vs/editor/editor.main'], function () {
kind: monaco.languages.CompletionItemKind.Snippet,
insertTextRules: monaco.languages.CompletionItemInsertTextRule.InsertAsSnippet,
insertText: snippets[i].t,
documentation: snippets[i].description,
detail: snippets[i].d,
});
}
}
Expand Down

0 comments on commit 22dfcf0

Please sign in to comment.