[Bug] SQL language prompt text not displayed when using AMD
lichencc opened this issue · comments
lichencc commented
Reproducible in vscode.dev or in VS Code Desktop?
- Not reproducible in vscode.dev or VS Code Desktop
Reproducible in the monaco editor playground?
- Not 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
Expected Behavior
Display prompt information SELECT
Additional Context
No response