microsoft / monaco-editor

A browser based code editor

Home Page:https://microsoft.github.io/monaco-editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] SQL language prompt text not displayed when using AMD

lichencc opened this issue · comments

Reproducible in vscode.dev or in VS Code Desktop?

  • Not reproducible in vscode.dev or VS Code Desktop

Reproducible in the monaco editor playground?

Monaco Editor Playground Link

No response

Monaco Editor Playground Code

No response

Reproduction Steps

monaco.editor.create(
editorRefValue,
{ value: "",
language: "sql"}
);

Actual (Problematic) Behavior

image

Expected Behavior

Display prompt information SELECT

Additional Context

No response